/* global CSS */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, a {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: inherit;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:focus {
        outline: none;
    }

html, body {
    font: normal 12px "微软雅黑","宋体";
    text-rendering: optimizeLegibility;
    color: #565656;
    background-color: #fff;
    height: 100%;
}

::-moz-selection {
    background: #ddd;
    color: #000;
    text-shadow: none;
}

::selection {
    background: #ddd;
    color: #000;
    text-shadow: none;
}

img::selection {
    background: transparent;
}

.upload-button-little {
    position: relative;
    left: -70px;
    top: 10px;
    opacity: 0;
    width: 64px;
    height: 38px;
    cursor: pointer;
    /* IE 4-9 */
    filter: alpha(opacity=0);
    /*This works in IE 8 & 9 too*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /*IE4-IE9*/
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

a {
    color: #565656;
    text-decoration: none;
}

.eller-am-list-txt {
    color: #A0A0A0;
    line-height: 29px;
    text-align: left;
}

.email-acolor {
    color: #01A7E5;
}

.email-verify-div {
    height: 500px;
    margin: 20px auto;
    text-align: center;
    width: 500px;
}

.fontsize20 {
    font-size: 20px;
}

a:hover, a:focus,
a:hover span,
/*.txt .project-apply a:hover,
.community-right ul li .title-a:hover,
.txt .project-apply .project-yi-list a:hover,*/
.tab-wrapper .place-div .see-price:hover,
.place-div.doc-info .statistical a:hover,
.place-div .order-amount-tip .contact-service:hover {
    color: #DF2737;
    cursor: pointer;
}
.place-div .order-amount-tip .contact-service{
    color: white;
}

img, object, embed {
    max-width: 100%;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
}

html, button, input, select, textarea {
    color: #222;
}

body {
    margin: 0;
    font-size: 0.8em;
    line-height: 1.4;
    min-width: 1200px;
}

ul, li {
    list-style: none;
}

form label.error {
    color: red;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    font-family: "微软雅黑";
}

button, input {
    line-height: normal;
    font-family: "微软雅黑";
}

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
        *overflow: visible;
        background: #DF2737;
        color: #fff;
        border: 0;
        transition: background-color .3s ease;
        font-family: "微软雅黑";
    }

        button, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
            background: #DA5D5F;
        }

            button[disabled], input[disabled] {
                cursor: default;
            }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        *width: 13px;
        *height: 13px;
    }

.clear {
    clear: both;
}

.none {
    display: none;
}

.invisable {
    visibility: hidden;
}

.center {
    text-align: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-clear {
    clear: both;
}

.lan-count {
    display: none;
}

.fixed {
    position: fixed;
}

span.red {
    color: #DF2737;
}

.bold {
    font-weight: bold;
}

.link {
    cursor: pointer;
}

.margin-center {
    margin: auto;
}

.background {
    background-color: #fff;
}

.overflow {
    overflow: hidden;
}

.input-border {
    border: 1px solid #CACACA;
    border-radius: 3px;
    height: 42px;
    /* line-height: 36px;*/
    font-size: 14px;
    padding: 2px 2px 2px 10px;
}

.no-border {
    border: none;
    background: #FFF;
}

.custom-name {
    line-height: 50px;
}

.input-border.automatic {
    width: 232px;
    +width:180px;
}

.cursor-pointer {
    cursor: pointer;
}

.translate-font, .checkstand-content h2, .succeed-content h2, .succeed-pay h2, .confirm-content h2, .style-div h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 3;
}

.border-left {
    border-left: none;
}

.font-weight {
    font-weight: normal;
}

input[type="button"].green {
    background: #6DAA0D;
    color: #fff;
}

    input[type="button"].green:hover {
        background: #7DBF16;
    }

input[type="button"].gray {
    background: #DFDFDF;
    color: #000;
}

.small-font-size {
    font-size: 12px;
}

input[type="button"].gray:hover {
    background: #CCC;
}

ul.nav li a {
    display: block;
}

ul.nav li a {
    line-height: 43px;
}
/*.ask-for .ask-for-right*/
div .CommonInput {
    font-size: 14px;
    border-radius: 3px;
    width: 90px;
    height: 35px;
    line-height: 30px;
    border: 2px solid #C8C8C8;
    color: #565656 !important;
    background: #E9E9E9;
    font-weight: bold;
}

.content-even-li .CommonInput {
    line-height: 0px;
}

.longInput {
    font-size: 16px;
    border-radius: 3px;
    height: 40px;
    line-height: 38px;
    border: 0;
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
}
/* end global CSS */

/* master page */
.main-content {
    margin: 0 auto;
    width: 1200px;
}

header, footer, .nav-header {
    display: block;
    margin: 0 auto;
    width: 1200px;
}

header {
    height: 48px;
}

    header a {
        display: block;
    }

        header a h1 {
            float: left;
        }

h1 {
    background: url('/images/logo_new.png') no-repeat 0 10px;
    text-indent: -9999px;
    height: 100px;
    width: 100px;
}

header .nav-bar {
    float: left;
    font-size: 16px;
}

header ul {
    margin-bottom: 0;
}

header .nav-bar li:first-child {
    width: 64px;
    margin: 0 15px 0 74px;
}

header .nav-bar li {
    width: 75px;
    *width: 69px;
    margin: 0 13px;
}

header .nav-bar li,
header .anonym-actions li,
header .member-actions li {
    float: left;
    line-height: 48px;
    text-align: center;
}

ul.nav-bar li {
    cursor: pointer;
}

#docTans, #about, #enterprise {
    position: relative;
    width: 96px;
    z-index: 200;
}

    #docTans img, #about img, #enterprise img {
        vertical-align: 1px;
        padding-left: 5px;
    }

/*header .nav-bar li .common-type li:hover {
    background: #f4f4f4;
}*/

.header-yi .nav-bar #order li a:hover {
    color: #DF2737;
}
.header-yi .nav-bar #product li a:hover {
    color: #DF2737;
}
.header-yi .nav-bar #more li a:hover {
    color: #DF2737;
}

header .nav-bar.adjust-margin .common-type, header .nav-bar .common-type {
    text-align: center;
    /*display: none;*/
    overflow: hidden;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 200;
    background-color: #FFF;
}

header .nav-bar .common-type {
    font-weight: normal;
}

/*header .nav-bar li:hover, header .nav-bar li.active
{
    background: url('/images/bg_selected_menu.png') repeat-x 0 bottom;
}*/
header .nav-bar.adjust-margin li:first-child {
    margin: 0 15px 0 60px;
}

header .nav-bar.adjust-margin .common-type li, header .nav-bar .common-type li {
    margin: 0;
    line-height: 40px;
    width: 105px;
    float: none;
}

header li.active span {
    color: #DF2737;
}

#about {
    margin-left: 2px;
}

.anonym-actions {
    float: right;
    font-weight: bold;
}

.anonym-actions, .member-actions {
    font-size: 14px;
    height: 75px;
    text-align: center;
    float: left;
}

.member-actions {
    border-left: none;
    height:100%;
}

.anonym-actions li:first-child {
    background: url("/images/splitter.png") no-repeat center right;
    width: 72px;
}

.anonym-actions li.register {
    width: 99px;
}

    .anonym-actions li.register a {
        /*color: #df2737;
    display: inline-block;*/
    }

.service-flag {
    cursor: pointer;
    height: 188px;
    width: 36px;
    position: absolute;
    top: 460px;
    border-radius: 10px;
    right: 30px;
    z-index: 200;
    text-align: center;
}

    .service-flag .service-icon {
        width: 36px;
        height: 36px;
        margin-bottom: 2px;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        position: relative;
    }

        .service-flag .service-icon a {
            width: 36px;
            height: 36px;
            line-height: 32px;
            text-align: center;
        }

            .service-flag .service-icon a img {
                width: 25px;
                height: 25px;
            }

    .service-flag .floating_left {
        position: absolute;
        left: -202px;
        top: 0px;
        width: 202px;
        height: 36px;
        background-color: #D3303C;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        display: none;
    }

    .service-flag .price-explain {
        left: -85px;
        width: 85px;
    }

    .service-flag .cipg_qrcode {
        width: 161px;
        left: -161px;
        height: 161px;
    }

    .service-flag .service-icon .cipg_qrcode a img {
        width: 128px;
        height: 128px;
        margin: 16px 0;
    }

    .service-flag .floating_left a {
        width: auto;
        color: #FFFFFF;
        line-height: 36px;
        text-align: left;
        foont-size: 14px;
        margin-left: 16px;
    }

    .service-flag .floating_left b {
        font-size: 16px;
    }

    .service-flag .service-change {
        background: #D3303C;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .service-flag .service-btn_top {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }


.navigation {
    width: 100%;
    height: 100px;
    margin: 0 auto;
}

.navigation_fixed {
    top: 0;
    z-index: 10;
    background-color: #E02E3D;
}

.clearfix.fr {
    width: 600px;
}

.cnt_warp {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 100px;
}

.fl_logo {
    width: 170px;
    float: left;
}

    .fl_logo h1 {
        background: url('/images/logo_new.png') no-repeat 0 10px;
        text-indent: -9999px;
        height: 100px;
        width: 182px;
    }

.menu_warp {
    text-align: center;
}

.fr {
    float: right;
}

    .fr a {
        color: #fff;
    }

.navigation .s_menu {
    height: 100px;
    font-size: 14px;
    color: #f4f4f4;
    letter-spacing: 3px;
    line-height: 100px;
}

.btnnew {
    /*border: 2px solid #fff;*/
    padding: 13px 18px 13px 18px;
    border-radius: 3px;
    background-color: #fff;
    color: red;
}

.fr .order_btn {
    color: red;
    font-weight: bold;
}

.order_btn .plus {
    padding: 0 10px 3px 0;
}

.anonym-header {
    float: right;
    width: 200px;
}

.anonym-actionsflow {
    float: right;
    font-size: 14px;
    height: 78px;
    text-align: center;
}

    .anonym-actionsflow li:first-child {
        background: url("/images/splitter.png") no-repeat center right;
        width: 72px;
    }

    .anonym-actionsflow li.registerflow {
        width: 99px;
    }

.anonym-header li {
    float: left;
}

.anonym-actions li.registerflow a {
    color: #FFFFFF;
}

.btnnew:hover {
    background: #ffd8d8;
}

.anonym-header .anonym-actionsflow li:hover {
    text-decoration: underline;
}

.quotationLink {
    text-decoration: underline;
    display: block;
    line-height: 16px;
}

.quotationMain {
    background: #F4F4F4;
    overflow: hidden;
    height: 100%;
}

    .quotationMain h1 {
        margin: 50px auto;
        background: url('/images/logo_new.png') no-repeat 0 10px;
        height: 100px;
        width: 90px;
    }

.quotation {
    border: 1px #CCC solid;
    background: white;
    margin: 0 auto;
    width: 800px;
    padding: 30px;
    overflow: hidden;
}

.quotationMain .quotation .quotation-summary {
    border: none;
}

.quotationMain .quotation .quotation-summary1 th:first-child {
    width: 60px;
}

.quotationMain .quotation .quotation-summary1 th:last-child {
    width: 120px;
}

.quotationMain .quotation .quotation-summary1 tr td:nth-child(2) {
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
}

.quotationMain th {
    color: #A6A6A6;
}

.quotationMain .title {
    margin-bottom: 20px;
}

    .quotationMain .title span:first-child {
        font-size: 18px;
        font-weight: bold;
    }

    .quotationMain .title span:last-child {
        float: right;
        color: black;
        letter-spacing: 1px;
    }

.quotation input[type=button], .quotation a {
    float: right;
    margin-left: 20px;
    margin-top: 30px;
    text-align: center;
}

.member-order-pay {
    position: absolute;
    right: 13px;
    /*bottom: -205px;*/
    width: 246px;
    height: 252px;
    padding-top: 10px;
    border-radius: 2px;
    z-index: 300;
    color: #999999;
    
}

.member-order-pay.member-order-add {
    width: 264px;
}

.pending-payment-tips, .pending-message-tips {
    border-bottom: 1px solid #9A9A9A;
    /*display: none;*/
}

.member-order-pay #cancel {
    background: #FFFFFF;
    height: 32px;
    line-height: 32px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #AAA;
    border-top: 0;
}

#cancel a, #otherlogout a {
    color: #999999;
}

.pointer-triangle {
    height: 0px;
    width: 0px;
    border-bottom: 10px solid #FFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
}

/*.pointer-triangle div {
        height: 0px;
        width: 0px;
        border-bottom: 7px solid #FFF;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        position: relative;
        top: 1px;
        left: -7px;
    }*/

.pending-payment-tips .triamgle-position {
    top: 2px;
    right: 13px;
}

.pending-message-tips .triamgle-position {
    left: 130px;
}

header .member-actions .tips-list li, header .member-actions .tips-list li:hover {
    height: 100px;
    width: 218px;
    border-bottom: 1px solid #9a9a9a;
    margin: 5px 14px 0 14px;
    line-height: 32px;
    border-right: none;
    text-align: left;
    background: #FFF;
    cursor: pointer;
}

.tips-list {
    font-size: 12px;
    overflow-y: auto;
    height: 207px;
    background: #FFF;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #AAA;
    border-bottom: 0;
    /*box-shadow: -2px 0 2px #9a9a9a,2px 0 2px #9a9a9a,0 -2px 2px #9a9a9a, 0 0px 0px #9a9a9a;*/
}

header .member-actions .tips-list li:last-child {
    border-bottom: none;
}

.tips-top, .tips-bottom {
    height: 28px;
}

.tips-top {
    height: 34px;
    font-size: 14px;
}

header .tips-top a {
    display: inline-block;
    float: right;
}

    .manage-display input[type="button"], header .tips-top a input[type=button] {
        font-size: 14px;
        height: 30px;
        padding: 0 14px;
        border-radius: 3px;
        margin: 0 2px;
    }

.tips-top span {
    font-weight: bold;
    font-size: 14px;
}

.tips-top label, .tips-top span {
    float: left;
}

.tips-conter span:first-child {
    width: 32px;
    height: 22px;
    border: 1px solid red;
    color: red;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    margin-right: 5px;
}

.tips-bottom span:first-child {
    margin-right: 50px;
}

.tips-bottom span:last-child {
    margin-right: 0;
    float: right;
    font-weight: bold;
    color: red;
    font-size: 14px;
}
/*.tips-count,.tipmessage-count {
    height: 20px;
    width: 20px;
    background: red;
    color: white;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    position: absolute;
    top: 13px;
    right: 2px;
    line-height: 20px;
    font-size: 12px;
}*/
.error-tips {
    color: red;
    margin-top: 10px;
    margin-left: 5px;
    display: none;
}

.error-tips-right {
    color: red;
    display: none;
}

footer {
    padding-top: 34px;
}

    footer .nav-bar {
        height: 207px;
    }

    footer .join-us {
        width: 274px;
    }

    footer .contact-us, footer .join-us {
        float: left;
        text-align: center;
    }
    /*
footer .about-us
{
    margin-left: 46px;
}*/
    footer .customer, footer .translator, footer .about-us, footer .tran-service, footer .service-hotline {
        float: left;
        font-size: 14px;
        line-height: 31px;
        width: 143px;
        +width:159px;
    }

        footer .customer .title, footer .translator .title, footer .about-us .title, footer .tran-service .title, footer .service-hotline .title {
            font-size: 16px;
            line-height: 34px;
            padding-bottom: 11px;
            font-weight: 600;
        }

    footer .contact-us {
        width: 206px;
    }

        footer .contact-us div, footer .join-us div {
            font-family: "黑体","宋体";
            color: #565656;
            font-size: 21px;
            font-weight: bolder;
            line-height: 40px;
        }

    footer input[type="button"].grey {
        background: #565656;
    }

        footer input[type="button"].grey:hover {
            background: #797979;
        }

    footer .social {
        padding-top: 10px;
        float: right;
    }

    footer .scan-code {
        float: left;
        margin: 0px 16px 0px 0px;
    }

    footer .icon-qq, footer .icon-tcwb {
        margin-top: 10px;
    }

    footer .links {
        border-top: 1px solid #CACACA;
        clear: both;
        font-size: 14px;
        line-height: 48px;
        text-align: center;
    }

    footer .copyright {
        clear: both;
        color: #A7A7A7;
        padding-bottom: 17px;
        text-align: center;
    }

    footer .contact-us input, footer .join-us input {
        margin-top: 11px;
    }

    footer .contact-us input {
        background: #565656;
        color: #fff;
    }

    footer .links a {
        color: #666666;
        padding: 0 12px;
    }

    footer .links label {
        color: #A7A7A7;
    }

    footer li a:hover {
        text-decoration: none;
        border-bottom: 1px solid #df2737;
        padding-bottom: 1px;
    }

header .nav-bar.adjust-margin {
    /*margin-right: 60px;*/
}

.member-actions li {
    /*border-right: 1px solid #E8E8E8;*/
    width: 60px;
}

    .member-actions li.task-hall {
        background: url('/images/icon_stor.png') no-repeat 0px center;
        /*border-left: 1px solid #E8E8E8;*/
        position: relative;
        z-index: 200;
    }

        .member-actions li.task-hall:hover {
            background: url('/images/icon_stor_red.png') no-repeat 0px center;
        }

    /*.member-actions li:hover {
        background: #B5D3EC;
    }*/

    .member-actions li a {
        padding-left: 22px;
    }

    .member-actions li.my-task {
        background: url('/images/icon_mission.png') no-repeat 0px center;
        position: relative;
    }

        .member-actions li.my-task:hover {
            background: url('/images/icon_mission_red.png') no-repeat 0px center;
        }

        .member-actions li.my-task .task-message-count, .tips-count,
        .member-actions li.my-account .task-message-count {
            position: absolute;
            top: 0px;
            right: 9px;
        }



        .member-actions li.my-task .task-message-count, .tips-count,
        .member-actions li.my-account .menu-order-count,
        .member-actions li.my-account .task-message-count,
        .member-actions li.my-account .menu-task-count {
            height: 20px;
            width: 20px;
            background: red;
            color: white;
            text-align: center;
            font-weight: bold;
            border-radius: 10px;
            line-height: 20px;
            font-size: 12px;
        }

    .member-actions li.my-account {
        border-right: 0;
        width: 60px;
        +width: 56px;
        position: relative;
        z-index: 200;
    }

.member-actions table {
    border-collapse: collapse;
}

.member-actions li.my-account td {
    text-align: center;
    vertical-align: middle;
    width: 60px;
    height: 48px;
}

.member-actions li.my-account a {
    padding-left: 0;
}

.member-actions li.my-account img {
    max-height: 39px;
    max-width: 39px;
    border-radius: 50%;
}

/*.member-actions li.my-account div {
    position: absolute;
    left: 0;
    top: 48px;
    display: none;
    background: #fff;
    border: 1px solid #D4D4D4;
    width: 60px;
    +width: 54px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    z-index: 9998;
}*/

#otherlogout {
    position: absolute;
    left: 0;
    top: 48px;
    background: #fff;
    border: 1px solid #D4D4D4;
    width: 60px;
    +width: 54px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    z-index: 9998;
}


.member-actions li.my-account .member-menu-tips {
    position: absolute;
    top: 48px;
    cursor: pointer;
    z-index: 9998;
    width: 146px;
    height: 248px;
    right: 0;
    padding-top: 10px;
    display: none;
}

.member-menu-tips .menu-list {
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #AAA;
}


 .member-actions li.my-account .member-menu-tips li {
        border-right: 0;
        width: 113px;
        height: 32px;
        line-height: 32px;
        float: none;
        margin: 0 10px 0 23px;
        text-align: left;
    }

    .member-actions li.my-account .member-menu-tips li a {
        font-size: 14px;
    }

.member-menu-tips .triamgle-position {
    top: 1px;
    right: 27px;
}

.member-actions li.my-account .menu-task-count, .member-actions li.my-account .menu-order-count {
    margin: 6px 0;
}

.member-actions .my-account #membermenu a:hover, .member-menu-tips .menu-list li a:hover {
    color: #DF2737;
}

.member-actions li.my-account .menu-pull-down {
    border-radius: 0;
    margin-left: 3px;
}




.member-actions li.place-order {
    background: url('/images/icon_add.png') no-repeat 0px center;
}

    .member-actions li.place-order:hover {
        background: url('/images/icon_add_red.png') no-repeat 0px center;
    }

.member-actions li.my-order {
    background: url('/images/icon_order.png') no-repeat 0px center;
    position: relative;
    z-index: 200;
}

    .member-actions li.my-order:hover {
        background: url('/images/icon_order_red.png') no-repeat 0px center;
    }

.member-actions li.my-message {
    background: url('/images/icon_news.png') no-repeat 0px center;
    position: relative;
    z-index: 200;
}

    .member-actions li.my-message:hover {
        background: url('/images/icon_news.png') no-repeat 0px center;
    }

/*.member-actions li:hover a {
    color: #D3303C;
}*/

.member-actions li.my-account:hover div {
    display: block;
}
.member-actions li.my-account:hover div.hidden {
    display: none;
}

.content-wrapper {
    background: #FEFEFE;
    clear: both;
}

.product-list input[type="button"], footer input[type="button"], .pay-password input[type="button"], .input-ordinary {
    font-size: 16px;
    border-radius: 5px;
    height: 40px;
    width: 126px;
}

.wx-pay-title {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #CCC;
    text-align: center;
    font-size: 14px;
}

.payment-box {
    width: 830px;
    height: 606px;
    background: #FFF;
    position: relative;
}

.close-img-box {
    position: absolute;
    right: -17px;
    top: -17px;
    background: #D4D4D4;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 9px;
}

.wx-pay-bottom {
    padding: 20px;
    cursor: pointer;
}

.close-img-box img {
    vertical-align: super;
}

.ui-widget-overlay {
    z-index: 15;
    background: #000 url(images/ui-bg_flat_0_000_40x100.png) 50% 50% repeat-x;
    filter: Alpha(Opacity=60);
    height: 100%;
    left: 0;
    opacity: .4;
    position: fixed;
    top: 0;
    width: 100%;
}

.iphone-img {
    margin-left: 70px;
}

.qr-codeBox {
    width: 300px;
    height: 300px;
    padding: 20px;
    border: 1px #CCC solid;
    margin-top: 20px;
}

.pay-img-box {
    width: 700px;
    margin: 0 auto;
}

.banner-container {
    background: #DF2737;
    text-align: center;
}

.saomiao-box {
    text-align: center;
}

    .saomiao-box img {
        vertical-align: -5px;
    }

.pay-des {
    font-size: 14px;
    height: 90px;
    line-height: 90px;
    text-align: center;
}

    .pay-des b {
        color: #DF2737;
    }

.saomiao-box span {
    display: inline-block;
    line-height: 20px;
    margin-top: 15px;
    text-align: left;
    margin-left: 10px;
}
/* end master page */

/* home page */
* html #wowslider-container1 {
    width: 960px;
}

#wowslider-container1 {
    zoom: 1;
    position: relative;
    margin: 0 auto;
    z-index: 100;
    border: none;
    text-align: left;
}

    #wowslider-container1 .ws_images {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 100;
    }

        #wowslider-container1 .ws_images ul {
            position: relative;
            width: 10000%;
            height: auto;
            left: 0;
            list-style: none;
            margin: 0;
            padding: 0;
            border-spacing: 0;
            overflow: visible;
            z-index: 100;
        }

        #wowslider-container1 .ws_images ul {
            z-index: 1;
        }

        #wowslider-container1 .ws_images ul {
            animation: wsBasic 42s infinite;
            -moz-animation: wsBasic 42s infinite;
            -webkit-animation: wsBasic 42s infinite;
        }

            #wowslider-container1 .ws_images ul li {
                width: 1%;
                line-height: 0;
                float: left;
                font-size: 0;
                padding: 0 0 0 0 !important;
                margin: 0 0 0 0 !important;
            }

    #wowslider-container1 a {
        text-decoration: none;
        outline: none;
        border: none;
    }

    #wowslider-container1 .ws_images a {
        width: 100%;
        display: block;
        color: transparent;
    }

    #wowslider-container1 .ws_images img {
        width: 100%;
        border: none 0;
        max-width: none;
    }

    #wowslider-container1 img {
        max-width: none !important;
    }

    #wowslider-container1 .ws_bullets {
        font-size: 0px;
        float: left;
        position: absolute;
        z-index: 110;
    }

    #wowslider-container1 .ws_bullets {
        bottom: 40px;
        width: 100%;
    }

        #wowslider-container1 .ws_bullets div {
            width: 352px;
            height: 47px;
            margin: 0px auto;
            text-align: center;
        }

            #wowslider-container1 .ws_bullets div a {
                width: 62px;
                height: 44px;
                float: left;
                margin-right: 25px;
            }

        #wowslider-container1 .ws_bullets a img {
            text-indent: 0;
            display: block;
            bottom: 16px;
            left: -124px;
            visibility: hidden;
            position: absolute;
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
            border: 5px solid #d2d2d2;
            border-radius: 6px;
            -moz-border-radius: 6px;
            max-width: none;
        }

        #wowslider-container1 .ws_bullets a:hover img {
            visibility: visible;
        }

.ws_bulframe {
    position: relative;
    z-index: 110;
}

    .ws_bulframe div {
        position: absolute;
        top: 24px;
        +top: 0;
        left: 1px;
        +left: 0;
        z-index: 110;
    }

        .ws_bulframe div img.active {
            background: url('/images/yuandian_active.png');
        }

        .ws_bulframe div img {
            margin-right: 21px;
            border-radius: 50%;
            box-shadow: 0px 0px 6px #999;
            cursor: pointer;
            z-index: 300;
        }

#ws_bullets3 {
    margin-right: 0;
}

#wowslider-container1 a.ws_next {
    background-position: 100% 0;
    right: 21px;
}

#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
    position: absolute;
    display: none;
    top: 50%;
    margin-top: -15px;
    z-index: 60;
    height: 35px;
    width: 32px;
    background-image: url(./arrows.png);
}

#wowslider-container1 a.ws_prev {
    left: 21px;
    background-position: 0 0;
}

* html #wowslider-container1 a.ws_next, * html #wowslider-container1 a.ws_prev {
    display: block;
}

#wowslider-container1:hover a.ws_next, #wowslider-container1:hover a.ws_prev {
    display: block;
}

#wowslider-container1 .ws-title div {
    padding-top: 5px;
    font-size: 17px;
    font-weight: normal;
    color: #303030;
}

.flexslider {
    position: relative;
    overflow: hidden;
}

.slides {
    position: relative;
    z-index: 1;
}

    .slides li img {
    }

.flex-control-nav {
    position: absolute;
    bottom: 23px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

    .flex-control-nav li {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 7px;
        *display: inline;
        zoom: 1;
    }

    .flex-control-nav a {
        display: inline-block;
        width: 12px;
        height: 12px;
        line-height: 40px;
        overflow: hidden;
        cursor: pointer;
        border: 2px solid #fff;
        border-radius: 10px;
    }

    .flex-control-nav .flex-active {
        background: #fff;
    }

.homepage .product-list {
    overflow: hidden;
}

    .homepage .product-list .product-action:first-child {
        margin-right: 10px;
    }

    .homepage .product-list .product-action {
        position: relative;
        /*background: #fff;*/
        float: left;
        width: 595px;
        height: 131px;
        padding-top: 34px;
    }

    .homepage .product-list img, .service-list .service img {
        float: left;
        vertical-align: middle;
        margin: -10px 10px 0 10px;
    }

    .homepage .product-list h2, .service-list .service h2 {
        font-size: 24px;
    }

.main-content h2 {
    font-size: 22px;
    letter-spacing: 4px;
    font-weight: bold;
}

.homepage .product-list .product-action h3 {
    float: left;
}

.homepage .product-list .product-action h3, .service-list .service h3 {
    line-height: 35px;
}

.main-content h3 {
    font-size: 14px;
}

.homepage .product-list input[type='button'] {
    position: absolute;
    right: 19px;
    top: 45px;
    padding: 0 12px;
    margin: 0 3px;
}

.service-list {
    background: url('/images/banner_company_bg.jpg');
    height: 405px;
    *height: 293px;
    margin-top: 22px;
    padding-top: 112px;
}

    .service-list .service {
        background: #fff;
        background: rgba(255,255,255,0.5);
        border-radius: 10px;
        width: 568px;
        height: 181px;
        padding-top: 34px;
    }

        .service-list .service h3 {
            font-size: 16px;
            margin-bottom: 33px;
        }

        .service-list .service .more {
            float: none;
            vertical-align: middle;
            margin-top: -3px;
        }

.homepage.news-help {
    margin-top: 38px;
    margin-bottom: 38px;
    padding-left: 15px;
    background: #F4F4F4;
    height: 275px;
}

    .homepage.news-help .help-container {
        border-right: 1px solid #CACACA;
        width: 585px;
    }

    .homepage.news-help .help-container, .homepage.news-help .news-container {
        float: left;
    }

    .homepage.news-help h3 {
        font-size: 24px;
        float: left;
        line-height: 1;
    }

    .homepage.news-help .more {
        float: right;
        margin-right: 43px;
    }

    .homepage.news-help ul {
        clear: both;
        padding-top: 34px;
        +padding-top: 15px;
    }

    .homepage.news-help li {
        padding-bottom: 13px;
    }

    .homepage.news-help .news-container {
        padding-left: 45px;
        width: 600px;
        *width: 555px;
    }

        .homepage.news-help .news-container .top-one {
            clear: both;
            padding-top: 34px;
            +padding-top: 15px;
        }

            .homepage.news-help .news-container .top-one a {
                line-height: 24px;
            }


            .homepage.news-help .news-container .top-one img {
                float: left;
                margin-right: 12px;
                border-radius: 8px;
            }

        .homepage.news-help .news-container ul {
            overflow: hidden;
        }

        .homepage.news-help .news-container li {
            /*float: left;*/
            width: 266px;
            *width: 241px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-right: 25px;
        }

            .homepage.news-help .news-container li span {
                before: "●";
                font-size: 14px;
                padding-right: 6px;
            }

                .homepage.news-help .news-container li span:before {
                    content: "●";
                    font-size: 14px;
                    padding-right: 6px;
                }

.homepage .product-list li {
    color: #fff;
    float: left;
    font-size: 18px;
    height: 198px;
    margin: 10px 10px 0 0;
    padding: 21px 0 0 16px;
    width: 292px;
    *width: 276px;
}

    .homepage .product-list li a {
        color: #fff;
    }

    .homepage .product-list li.contract, .homepage .product-list li.publish {
        margin: 10px 0 0 0;
    }

    .homepage .product-list li.article {
        background: #4496EA url('/images/icon_thesis.png') no-repeat center center;
    }

    .homepage .product-list li.resume {
        background: url('/images/banner_resume.jpg');
    }

    .homepage .product-list li.certificate {
        background: #F5A71E url('/images/icon_certificate.png') no-repeat center center;
    }

    .homepage .product-list li.contract {
        background: url('/images/banner_contract.jpg');
    }

    .homepage .product-list li.migration {
        background: url('/images/banner_immigrant.jpg');
    }

    .homepage .product-list li.company {
        background: #E76E6E url('/images/icon_description.png') no-repeat center center;
    }

    .homepage .product-list li.culture {
        background: url('/images/banner_culture.jpg');
    }

    .homepage .product-list li.publish {
        background: #73C508 url('/images/icon_books.png') no-repeat center center;
    }

.homepage.news-help .help-container li span {
    background: #565656;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 12px;
    text-align: center;
    width: 20px;
}

.homepage .help-container li {
    padding-bottom: 29px;
}

.homepage.news-help .news-container .top-one div {
    after: " 详情>";
    float: left;
    line-height: 24px;
    padding-left: 19px;
    width: 364px;
}

    .homepage.news-help .news-container .top-one div:after {
        content: " 详情>";
        color: red;
    }

#wowslider-container1 a.wsl {
    display: none;
}

#wowslider-container1 .ws_shadow {
    background-image: url(./bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: -1;
    left: -0.63%;
    top: -1.67%;
    width: 101.25%;
    height: 104.16%;
}

* html #wowslider-container1 .ws_shadow { /*ie6*/
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1/bg.png', sizingMethod='scale');
}

* + html #wowslider-container1 .ws_shadow { /*ie7*/
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1/bg.png', sizingMethod='scale');
}
/* end home page */

/* quicktran page */
.content-wrapper {
    overflow: hidden;
}

.quick-center.main-content {
    overflow: hidden;
    margin: 0 auto;
}

.translate-tabs {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #D3303C;
}
    /*.translate-tabs .nav li:hover, .translate-tabs .nav li.active,.price-bg
{
    background: #D3303C;
}*/
    .translate-tabs .nav li:hover a, .translate-tabs .nav li.active a, .price-bg {
        color: #FFFFFF;
        font-size: 16px;
    }

    .translate-tabs .nav li a {
        line-height: 50px;
        color: #999999;
    }

#fromLan, #toLan, #domain, .select-fromLan {
    width: 150px;
    height: 32px;
    /*border: 1px solid #CACACA;*/
    font-size: 14px;
    padding-left: 10px;
}

    #fromLan option, #toLan option, #domain option, .select-fromLan option, #customSelect option {
        font-family: "微软雅黑";
    }

.quick-center.main-content .translate-tabs {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #D3303C;
}

    .quick-center.main-content .translate-tabs .nav li:hover, .quick-center.main-content .translate-tabs .nav li.active {
        background: #D3303C;
    }

.price-bg {
    background: #FFFFFF;
    color: #565656;
}

.translate-tabs .nav li:hover a, .translate-tabs .nav li.active a {
    color: #FFFFFF;
    font-size: 16px;
}

.quick-center.main-content .translate-tabs .nav li {
    cursor: pointer;
    float: left;
    background: #E6E6E6;
    margin-right: 13px;
    border-radius: 3px 3px 0px 0px;
    font-size: 15px;
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.translate-tabs .nav li a {
    line-height: 50px;
    color: #999999;
}

.quick-center .warm-prompt {
    font-size: 14px;
    color: #ED8600;
    margin: 30px 0;
    height: 17px;
    line-height: 17px;
    width: 100%;
    float: none;
}

.place-div {
    width: 97%;
    overflow: hidden;
    color: #333333;
    font-size: 14px;
    margin-bottom: 30px;
}

.mayError {
    display: inline-block;
    float: left;
}
input[type='button'].exchange {
    background: #FFF;
    color: #DA5D5F;
    border: 1px solid #DA5D5F;
    width: 105px;
    height: 32px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 3px;
}

.jiantou {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 0 5px;
    cursor: pointer;
}

.mayError .error {
    clear: both;
    float: left;
}

.mayError input.error {
    border-color: #D3303C;
}

.place-div .padding-lr, .warm-prompt .padding-lr {
    width: 70px;
    margin-right: 22px;
    display: inline-block;
    float: left;
    vertical-align: top;
}

    .place-div .padding-lr b {
        width: 9px;
        height: 9px;
        position: relative;
        bottom: 2px;
        left: 5px;
    }

.place-div .input-span {
    margin-top: 12px;
}

.place-div .pay-method-title {
    margin-top: 7.5px;
}

.place-div .order-info-title {
    margin-top: 10px;
}

.place-div .chinese-span {
    margin-right: 12px;
}

.place-div .english-span {
    margin-left: 2px;
}

.place-div .tips {
    color: #999999;
    margin-left: 43px;
}

.place-div .order-information {
    text-decoration: underline;
    color: #D3303C;
    width: 58px;
    height: 18px;
    float: right;
}

.line-height30 {
    line-height: 30px;
}

.line-height32 {
    line-height: 32px;
}

#uploadListDiv p, #uploadRefListDiv p,#upload-hetong-list p {
    line-height: 16px;
}

label[for=hetongHide] {
    margin-left: 92px;
}

#uploadListDiv p:first-child, #uploadRefListDiv p:first-child,#upload-hetong-list p {
    margin-top: 7px;
}

.tab-wrapper textarea, .clientInfo .message {
    height: 124px;
    width: calc(100% - 92px);
    +width: 586px;
    border: 1px solid #cccccc;
    color: #333333;
    border-radius: 3px;
    resize: none;
    padding: 12px;
    font-size: 14px;
}

.tab-wrapper input, .place-div .statistical {
    border: 1px solid #CCCCCC;
    height: 40px;
    width: 300px;
    border-radius: 3px;
    padding: 0 12px;
}

.tab-wrapper input#estimateWordCount,.tab-wrapper input#unitPrice {
    width: 105px;
    margin-right: 22px;
}

.place-div input.active {
    border: 1px solid #D3303C;
}

::-moz-placeholder {
    color: #cccccc;
}

::-webkit-input-placeholder {
    color: #cccccc;
}

:-ms-input-placeholder {
    color: #cccccc;
}

#userPhone::-moz-placeholder {
    color: #D3303C;
}

#userPhone::-webkit-input-placeholder {
    color: #D3303C;
}

#userPhone:-ms-input-placeholder {
    color: #D3303C;
}


.place-div #orderComment, .long-input-box, .place-div #orderContent {
    width: calc(100% - 92px);
    width: -webkit-calc(100% - 92px);
    width: -moz-calc(100% - 92px);
}

.place-div .input-email {
    margin-left: 60px;
}

.place-div .input-email.wide {
    margin-left: 200px;
}

.date-icon {
    position: relative;
    left: -39px;
    top: -1px;
    height: 38px;
    width: 38px;
    padding: 7px;
    background: #F6F6F6;
    border-radius: 3px;
}

.mayError .error + img {
    top: 1px;
}

.tab-wrapper{
    background-color:#FCFCFC;
    margin-left:100px;
}

.tab-wrapper .tab-content, .xiaoshou-box {
    /*border-bottom: 1px dotted #cccccc;*/
    border:1px solid #EEEEEE;
    background-color:white;
    width:1000px;
}

.margin-top30 {
    margin-top: 30px;
}

.quick-center .you-order-info {
    color: #333333;
    font-weight: bolder;
}

.place-div .statistical {
    width: 76.5%;
}

.place-div .statistical div{
    display:inline-block;
    width:180px;
    margin-left:20px;
    line-height:56px;
}

.place-div .statistical div span:nth-child(1){
    color:#999999;
    margin-right:10px;
}

.place-div .statistical label {
    line-height: 36px;
    color: #CCCCCC;
    margin-right: 120px;
}

.place-div .statistical.self label {
    margin-right: 30px;
}

.place-div .statistical.self {
    width: 92%;
}

.place-div .statistical label:last-child {
        margin-right: 0px;
}

.place-div .statistical label span:nth-child(2) {
    color: #333333;
    margin-left: 15px;
}

.place-div .statistical label span:nth-child(2) b, .place-div .order-amount b, #unit-price b, #payPrice ,#discountRate span {
    color: #D3303C;
}
    .place-div .statistical.docorder-list li {
        line-height: 36px;  
        float: left;
        margin-right: 50px;
    }
.place-div .statistical.self.docorder-list li {
        margin-right: 50px;
    }
.place-div .statistical.paymentorder-list {
    width:85%;
    }

#discountRate {
    display: none;
    font-size: 14px;
}


.marginBotton20 {
    margin-bottom: 20px;
}
.place-div .padding-lr.marginRight16 {
    margin-right: 16px;
}
.place-div .order-amount {
    height: 40px;
    line-height: 40px;
}

.place-div .order-amount b {
    font-size: 16px;
}

.place-div .order-amount-tip {
    font-size: 12px;
    margin-left: 33px;
    color: #999999;
}

.place-div .order-amount-tip .contact-service {
    color: #447FAB;
    width: 48px;
    border-bottom: 1px solid #B1C5D7;
}

.quick-center .submit {
    /*margin-left: 92px;*/
}

div.submit input[type="checkbox"] {
    display: none;
    +display: inline;
}

.submit #yes, .submit #phoneRemind, .submit #artificialRemind {
    padding-left: 17px;
    +padding-left: 0;
    cursor: pointer;
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    top: 0;
    left: 0px;
    border: 1px solid #999999;
    display: inline-block;
}

.submit #yes {
    border: 1px solid #D3303C;
}

    .submit #yes:after, .submit #phoneRemind:after, .submit #artificialRemind:after {
        opacity: 0;
        content: '';
        position: absolute;
        width: 9px;
        height: 5px;
        background: transparent;
        top: 3px;
        left: 3px;
        border: 2.5px solid red;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.submit input[type=checkbox]:checked + #yes:after, .submit input[type=checkbox]:checked + #phoneRemind:after, .submit input[type=checkbox]:checked + #artificialRemind:after {
    opacity: 1;
}

.submit nobr {
    line-height: 32px;
    margin-left: -13px;
    cursor: pointer;
    letter-spacing: 1px;
    padding-left: 19px;
    position: relative;
    bottom: 3px;
}

    .submit nobr.phonetips {
        /*color: #999999;*/
    }

.submit .button-common {
    background: #DF2737;
    color: #fff;
    width: 130px;
    border: none;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-top: 30px;
}

nobr label {
    cursor: pointer;
}

.submit span {
    margin-left: 40px;
    color: #999999;
}

.order-footer {
    background: #F7F7F7;
    overflow: hidden;
}

    .order-footer footer {
        padding-top: 0px;
        width: 863px;
        margin: 0 auto;
    }

footer .guide-helpcenter, footer .guide-site, footer .guide-contact {
    float: left;
    width: 174px;
    text-align: center;
    font-size: 12px;
    margin-right: 143px;
}

footer .guide-contact {
    width: 228px;
    margin-right: 0px;
}

    footer .guide-helpcenter .first a, footer .guide-site .first a, footer .guide-contact .first a {
        font-size: 14px;
        color: #333333;
    }

footer .first {
    margin: 32px 0;
}

footer .second a {
    margin-right: 15px;
}

    footer .second a:last-child {
        margin-right: 0px;
    }

.order-footer footer .links {
    margin-top: 32px;
}

    .order-footer footer .links a {
        color: #666666;
    }

.order-footer footer .copyright {
    color: #999999;
}

.price-help-tip {
    font-size: 14px;
    color: #888;
    float: right;
    font-weight: normal;
    cursor: pointer;
}

    .price-help-tip img {
        vertical-align: -3px;
    }

.div div {
    margin: 0px 0px 15px 0px;
}

#addOrderForm .div div span {
    font-weight: normal;
}

#domain, .select-fromLan {
    width: 105px;
    height: 32px;
    border: 1px solid #CACACA;
    font-size: 12px;
    padding-left: 10px;
}

.div .changeLan, .document-div .changeLan {
    display: inline-block;
    +display: inline;
    +zoom: 1;
    vertical-align: 2px;
    line-height: 12px;
    cursor: pointer;
    margin: 0 30px;
}

.tips {
    font-size: 14px;
    font-weight: normal;
}

    .tips img {
        margin: 0 5px 3px 60px;
    }

.tab-wrapper .translate-content {
    min-height: 110px;
}

    .tab-wrapper .translate-content textarea {
        height: 110px;
    }

.tab-wrapper .demand-remark textarea {
    height: 65px;
}
/*changes .input-border.phone
{
    width: 255px;
}*/
#PrizeIndexLeft {
    left: 1172px;
}

.float-right.overflow .orders-div {
    margin: 0px 0px 15px 0px;
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
    border-bottom: 1px solid #CACACA;
}

h3.orders-div.padding-lr {
    letter-spacing: normal;
}

.translate-orders .orders-ul {
    overflow: hidden;
}

    .translate-orders .orders-ul li, .celerity-orders .orders-ul li {
        background-image: url("/images/icon_yes.png");
        background-repeat: no-repeat;
        background-position: 1px;
        background-size: 20px;
        line-height: 50px;
        overflow: hidden;
    }

        .translate-orders .orders-ul li span, .celerity-orders .orders-ul li span {
            font-size: 15px;
            margin-left: 40px;
            color: #9A9A9A;
            font-weight: bold;
        }

.translate-orders .orders-total {
    margin-top: 20px;
    font-size: 15px;
    padding-top: 23px;
    font-weight: bold;
    border-top: 1px solid #cacaca;
}

.content {
    width: 100%;
    background: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 50px;
    overflow: hidden;
}

#content-wrapper .content {
    overflow: hidden;
    position: relative;
}

.main-content.translate.interpret-page {
    height: auto;
    margin-bottom: 50px;
}

.interpret-page .translate-tabs .tab-wrapper {
    height: auto;
}

.interpret-page .div label {
    padding-right: 30px;
}

.interpret-page .submit {
    width: auto;
}

.interpret-page hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dcdcdc;
    margin-top: 15px;
}

.order-detail .submit #yes:after {
    width: 11px;
    height: 6px;
}

.submit #yes:hover::after, .submit #phoneRemind:hover::after {
    opacity: 0.5;
}

.translate .translate-orders {
    height: 100%;
    width: 310px;
    margin-right: 43px;
}

.translate-orders .payment {
    border-bottom: 1px solid #CACACA;
    margin-top: 55px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 18px;
}

.translate-orders .checks {
    font-size: 15px;
}

.translate-orders .payment-ul {
    font-size: 15px;
    color: #9A9A9A;
    padding-top: 16px;
    height: 122px;
    border-bottom: 1px solid #CACACA;
}

    .translate-orders .payment-ul li {
        line-height: 3;
    }

.translate .celerity-orders {
    height: 100%;
    width: 310px;
    position: relative;
    top: -40px;
    margin-right: 25px;
}

.tabs-centre-celerity {
    width: 1180px;
}

.orders-ul.padding-lr .span {
    margin-left: 0px;
}

.tabs-top {
    padding-right: 45px;
}

    .tabs-top .orders-div {
        margin: 0px 0px 15px 0px;
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 15px;
        border-bottom: 1px solid #CACACA;
        width: 310px;
        float: right;
        position: relative;
        top: -40px;
    }

.celerity-orders .orders-total {
    margin-top: 20px;
    font-size: 15px;
    padding-top: 23px;
    font-weight: bold;
    border-top: 1px solid #cacaca;
}

.celerity-orders .payment {
    border-bottom: 1px solid #CACACA;
    margin-top: 55px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 18px;
}

.celerity-orders .checks {
    font-size: 15px;
}

.celerity-orders .payment-ul {
    font-size: 15px;
    color: #9A9A9A;
    padding-top: 16px;
    height: 122px;
    border-bottom: 1px solid #CACACA;
}

    .celerity-orders .payment-ul li {
        line-height: 3;
    }

.payment-ul .id {
    color: red;
}

.payment-ul .money {
    color: #565656;
    font-weight: bold;
}

.payment-ul.padding-lr .pay-button {
    height: 26px;
    width: 48px;
    font-family: "黑体","宋体";
    border: 0;
    line-height: normal;
    color: #fff;
    background: #DF2737;
    font-size: 16px;
    border-radius: 2px;
}

select::-ms-expand {
    display: none;
}

.document-div .adjunct-div {
    border-bottom: 1px solid #cacaca;
    letter-spacing: normal;
    font-weight: normal;
    height: 45px;
    padding: 0 10px 0px 0;
}

.for-upload-error {
    opacity: 0;
    /* IE 4-9 */
    filter: alpha(opacity=0);
    /*This works in IE 8 & 9 too*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /*IE4-IE9*/
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.tab-wrapper input.noSize, .noSize {
    margin: 0px;
    padding: 0px;
    height: 0px;
    border: none;
}

.checked-border input {
    display: none;
    +display: inline;
}

.checked-border {
    cursor: pointer;
    padding: 5px;
}

.checked-center {
    display: none;
}

.checked-border label {
    cursor: pointer;
}

.purpose .checked-border input[type="radio"]:checked + label, .territory .checked-border input[type="radio"]:checked + label {
    cursor: pointer;
    background: url("/images/icon_dot_bg.png") no-repeat left 6px;
    background-size: 8px;
}

.more-div {
    position: relative;
    top: -53px;
    left: 71px;
}

    .more-div input {
        width: 93px;
        height: 30px;
        border-radius: 2px;
        border: 1px solid #CACACA;
    }

.from.differentiate .ticket.remove {
    background: #565656;
}

.warning {
    font-size: 14px;
    text-align: center;
    color: red;
    line-height: 40px;
    margin-top: 40px;
}

.select-lan label:last-child {
    margin-right: 275px;
    float: right;
}

.document-interpret {
    float: left;
    width: 100px;
    padding-top: 43px;
    padding-right: 10px;
    clear: both;
}

    .document-interpret ul.procedure-icon {
        float: left;
        width: 38px;
    }

    .document-interpret ul {
        overflow: hidden;
        margin: 0px auto;
    }

    .document-interpret .procedure-icon .icon-begin {
        background: url("/images/procedure-yes-new.png") no-repeat;
        color: red;
    }

    .document-interpret .procedure-icon li {
        background: url("/images/procedure-no-new.png") no-repeat 0 center;
        height: 79px;
        +height:70px;
        +width: 157px;
        padding: 0 3px 9px 14px;
        color: #9A9A9A;
        font-size: 15px;
        line-height: 35px;
        font-weight: 600;
    }

    .document-interpret .procedure-icon .icon-end {
        background: url("/images/procedure-no-end-new.png") no-repeat;
        height: 38px;
    }

    .document-interpret ul.procedure-character {
        float: left;
        width: 43px;
    }

.procedure-character .character-begin {
    padding-top: 2px;
}

.procedure-character li {
    width: 57px;
    +width:35px;
    height: 80px;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 15px;
    font-weight: bold;
    color: #9A9A9A;
}

.procedure-character .tran_review {
    padding-right: 10px;
}
/* end quicktran page */

/* doctran page */
.tab-wrapper select {
    background: url("/images/icon_arrow_down.png") no-repeat scroll 130px center transparent;
}

.input-choonsespan, .input-transspan {
    line-height: 30px;
}

#orderway .input-choonsespan, #transpic .input-choonsespan {
    line-height: 32px;
}

.input-transspan {
    margin-right: 12px;
    width: 57px;
}

.tab-wrapper .place-div .see-price {
    color: #447FAB;
    line-height: 30px;
}

.mayError .customSelect {
    display: block !important;
}

.place-div .upload {
    font-size: 12px;
}

    .place-div .upload .file, .hetong-file {
        margin-bottom: 5px;
    }

.relative {
    position: relative;
}

.place-div .upload .file-input iframe {
    position: absolute;
    left: -8px;
    top: -16px;
    opacity: 0;
}

iframe.hetong-upload {
    position: absolute;
    top: -8px;
    left: -8px;
    opacity: 0;
}

.place-div .upload .file span, .hetong-file span {
    margin-right: 12px;
    color: #999999;
}

.place-div .upload .file a, .hetong-file a {
    color: #D3303C;
    margin-right: 53px;
}

.place-div .file-input input {
    width: 105px;
    height: 32px;
    background: #D3303C;
    border: 1px solid #D3303C;
    /*color: #D3303C;*/
    margin-right: 22px;
}

    .place-div .file-input input:hover {
        /*background: #FBF4F4;*/
    }

.place-div .file-input span {
    color: #999999;
}

    .place-div .file-input span:nth-child(1) {
        width: 105px;
        display: inline-block;
        margin-right: 22px;
    }

.place-div #domain {
    width: 154px !important;
}

.place-div span.customSelect {
    width: 154px !important;
    border: 1px solid #CACACA;
}

.place-div span.customSelectInner {
    width: 144px !important;
    background: url("/images/icon_arrow_down_black.png") no-repeat scroll 110px center transparent;
}

.xiaoshou-box .place-div span.customSelect {
    width: 300px !important;
    border: 1px solid #CACACA;
}

.xiaoshou-box .place-div span.customSelectInner {
    width: 290px !important;
    background: url("/images/icon_arrow_down_black.png") no-repeat scroll 256px center transparent;
}

.xiaoshou-box span.customSelect {
    height: 42px;
}

.xiaoshou-box span.customSelectInner {
    height: 36px;
    line-height: 36px;
}

.place-div .radio-ul li {
    float: left;
    margin-right: 22px;
}

    .place-div .radio-ul li input[type="radio"].order-way {
        display: none;
    }

input[type="radio"].order-way + label {
    width: 105px;
    height: 32px;
    border-radius: 3px;
    color: #999999;
    display: inline-block;
    background: #E6E6E6;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
}

    input[type="radio"].order-way:checked + label, input[type="radio"].order-way + label:hover {
        background: #D3303C;
        color: #FFFFFF;
    }

.order-way-tip, #selfspan.order-way-tip {
    color: #999999;
    font-size: 12px;
    display: inline-block;
}

#selfspan.order-way-tip {
    color: #D3303C;
    display: none;
    float: left;
}

.place-div.doc-info .statistical label span:nth-child(2) b, .place-div.doc-info .order-amount b {
    color: #333333;
}

.place-div.doc-info .statistical a {
    color: #447FAB;
}

.document-div div {
    margin: 0px 0px 20px 0px;
    font-size: 14px;
    letter-spacing: 1px;
}

.document-div .input-border {
    color: #565656;
    font-size: 14px;
}

select /*changes*/ {
    border: solid 1px #000;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 14px;
    background: url("/images/select-icon.png") no-repeat scroll 205px center transparent;
    z-index: 999;
}




.document-div .changeLan {
    vertical-align: 6px;
}

.document-div .adjunct-button {
    margin: 0 0 25px 0;
}

.upload-error {
    color: red;
}

#forUploadError {
    width: 0px;
    display: block;
    height: 0px;
}

.adjunct-button {
    position: relative;
}

.document-div .adjunct-button input {
    height: 45px;
    border-radius: 4px;
    background: #E7E7E7;
    font-size: 16px;
    padding: 0 20px;
    border: 2px #C8C8C8 solid;
    color: #df2737;
}

.document-div .adjunct-button span {
    font-weight: normal;
    font-size: 15px;
    margin: 0;
}

.document-div div span {
    font-size: 14px;
    font-weight: normal;
}

.document-div .adjunct-describe {
    margin-top: -15px;
    color: #888;
}

.document-div .purpose {
    height: auto;
    overflow: hidden;
}

.yongty-tip {
    display: block;
    float: right;
    line-height: 42px;
}

.purpose {
    height: 40px;
}

.document-div .choose-purpose {
    *margin: 0px 0px 40px 0px;
}

.purpose ul li {
    width: 127px;
    line-height: 40px;
}

.purpose ul li, .territory ul li {
    float: left;
    min-height: 40px;
}

input[type="radio"].customize {
    display: none;
    +display: inline;
}

    input[type="radio"].customize:checked + label {
        background: url("/images/radio_checked.png") no-repeat;
    }

    input[type="radio"].customize + label {
        padding-left: 28px;
        +padding-left: 2px;
        line-height: 23px;
        display: inline-block;
        background: url("/images/radio_unchecked.png") no-repeat;
        +background: none;
        font-weight: normal;
    }

.interpret-page .div label, input.customize + label {
    font-weight: normal;
    font-size: 15px;
}

.territory ul {
    overflow: hidden;
}

    .territory ul li {
        width: 127px;
        line-height: 40px;
    }

.document-div .memberInfo {
    overflow: hidden;
    margin-top: -17px;
    margin-bottom: 0;
}

    .document-div .memberInfo ul {
        overflow: hidden;
    }

        .document-div .memberInfo ul li {
            width: 32%;
            float: left;
            font-size: 14px;
            min-height: 96px;
        }

            .document-div .memberInfo ul li label {
                text-align: left;
                font-weight: normal;
                display: block;
                color: #9A9A9A;
                margin: 10px 0 15px 5px;
            }

                .document-div .memberInfo ul li label.error {
                    color: red;
                }

            .document-div .memberInfo ul li input, .clientInfo input[type="text"], .clientInfo .message {
                width: 170px;
                height: 38px;
            }

.territory li:last-child, .purpose ul li:last-child {
    width: 230px;
}

.territory li .more-field, .purpose ul li .more-field {
    width: 161px;
    *width: 83px;
    height: 38px;
    +height:23px;
    *padding: 5px 2px 2px 0px;
    *font-size: 9px;
}

.territory li .more-field {
    *width: 60px;
}

.other-error {
    margin-left: 66px;
    color: red;
    line-height: normal;
}

.document-div .splitLine {
    height: 0px;
    width: 93%;
    border-bottom: 1px #9A9A9A solid;
    margin-top: 47px;
}

    .document-div .splitLine div {
        color: #9A9A9A;
        width: 360px;
        text-align: center;
        font-weight: normal;
        margin: 0 auto;
        position: relative;
        top: -11px;
        background: white;
        padding: 0 10px;
        font-size: 16px;
    }

.document-div .issue-text {
    padding-right: 130px;
}

.document-div .userFor select {
    color: #9A9A9A;
}

.document-div .userFor div {
    float: right;
    line-height: 36px;
    +line-height: 24px;
}

.document-div .mainTitle {
    padding-right: 0px;
    clear: both;
}

.document-div div.demand-remark {
    height: 70px;
    margin-bottom: 0;
    font-size: 100%;
    margin: 0px 0px 27px 0px;
    *margin: 0px 0px 52px 0px;
}

.document-div .explainTitle {
    color: #9A9A9A;
    font-weight: normal;
    margin-bottom: 7px;
    font-size: 15px;
}

.document-div .explainTips {
    margin-left: 23px;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
}

    .document-div .explainTips ul li {
        color: #9A9A9A;
        list-style-type: disc;
    }

.translate-orders.float-right.overflow, .celerity-orders.float-right.overflow {
    position: absolute;
    background: #f4f4f4;
    top: 120px;
    width: 379px;
}

.celerity-border {
    border-bottom: 1px solid #CACACA;
    margin: 17px 0;
}

.submit {
    width: 100%;
    position: static;
    text-align: left;
    margin-top: 20px;
}

.document-div .adjunct-div span {
    font-size: 16px;
    line-height: 32px;
}

    .document-div .adjunct-div span:nth-child(3) {
        color: red;
    }

.document-div div .adjunct-div div {
    margin: 0px 17px 27px 0px;
    letter-spacing: normal;
}

.order-type-img, .adjunct-div div {
    padding-left: 5px;
    line-height: 27px;
    font-weight: bold;
    font-size: 12px !important;
    margin-right: 20px;
    width: 35px;
    height: 35px;
    background: url('/images/icon_txt.png') no-repeat;
    display: inline-block;
    float: left;
    margin: 18px 17px;
}


.adjunct-button iframe {
    position: absolute;
    top: -8px;
    left: -8px;
    opacity: 0;
    /* IE 4-9 */
    filter: alpha(opacity=0);
    /*This works in IE 8 & 9 too*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /*IE4-IE9*/
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.error-tips.doctran-desc {
    position: relative;
    top: 10px;
}

.price-list {
    display: none;
    z-index: 99999999;
    position: fixed;
    top: 10%;
    left: 15%;
    height: 661px;
    width: 1017px;
    background: white;
    border: 4px solid #929292;
    border-radius: 5px;
    padding: 50px 24px 46px 24px;
}

    .price-list.block, .other-list {
        display: block;
        position: inherit;
        border: none;
        padding: 0;
        clear: both;
        width: 98%;
        height: auto;
    }

.other-list {
    width: 100%;
}

.price-list.block .english-list td:last-child {
    border-right-color: #fff;
}

.price-list .title-row .price-bg {
    font-weight: bold;
    font-size: 15px;
}

.price-list .title-row {
    height: 63px;
}

.price-list table, .price-list table tr, .price-list table td {
    border: 1px solid #CDCDCD;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

.price-list table, .warm-prompt {
    float: left;
}

    .price-list table:first-child {
        width: 418px;
    }

.price-list .rest-language {
    width: 525px;
}

.price-list.block table:first-child {
    width: 45%;
}

.price-list.block .rest-language {
    width: 55%;
}

.price-list .rest-language, .price-list .rest-language tr, .price-list .rest-language td {
    border-left: 0px;
}

    .price-list .rest-language tr:first-child, .price-list .rest-language tr:nth-child(2) {
        line-height: 31px;
    }

    .price-list.block .rest-language tr:first-child, .price-list .rest-language tr:nth-child(2) {
        line-height: 36px;
    }

        .price-list .rest-language tr:nth-child(2) td:nth-child(3), .price-list .rest-language tr:nth-child(2) td:last-child {
            width: 164px;
        }

.price-list table tr:nth-child(odd) {
    background: #FFDBD7;
}

.price-list table tr:nth-child(even) {
    background: #FFE5D7;
}

.price-list table tr:nth-child(2) {
    background: #F5F5F5;
}

.price-list table tr:first-child td:last-child {
    width: 56%;
}

.price-list table tr:nth-child(2) td:first-child, .price-list table tr:nth-child(2) td:nth-child(4), .price-list table tr:nth-child(2) td:nth-child(5), .price-list .rest-language tr:nth-child(2) td:nth-child(2) {
    width: 11%;
}

.chinese-enreferral {
    font-size: 16px;
    padding: 10px;
}

.referral-td td {
    font-weight: bold;
}

.process .standards table tr .referral-div {
    text-align: left;
    padding-left: 10px;
}
.process .standards .online-payment-p img:nth-child(2) {
    margin-left: 15px;
    width: 115px;
    height: 35px;
}
.warm-prompt {
    font-size: 15px;
    color: #9A9A9A;
    line-height: 46px;
}

.close-price-list {
    cursor: pointer;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: url("/images/close.png") no-repeat 7px 7px;
    float: left;
    position: absolute;
    top: 4px;
    right: 1px;
    background-color: #828282;
}

.bg {
    display: none;
    background-color: #666;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 9999999;
    position: fixed !important; /*FF IE7*/
    position: absolute;
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 : /*IE6*/
    document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2); /*IE5 IE5.5*/
}

.other-list {
    position: static;
    height: 800px;
}

.margin-price .other-list {
    padding-top: 10px;
}

.price-list .other-list table.english-list {
    width: 56%;
}

.price-list .other-list table:last-child {
    width: 44%;
}

.price-list.block .other-list table:last-child, .price-list .other-list table:last-child {
    margin-left: -1px;
}

    .price-list .other-list table:last-child tr:first-child td:last-child {
        border-left: #ffffff;
    }

.other-list table tr:nth-child(1) td:nth-child(4), .other-list table tr:nth-child(1) td:nth-child(2), .other-list table tr:nth-child(1) td:nth-child(3) {
    width: 20%;
}

.margin-price .other-list table tr:nth-child(odd), .process .standards .price-list .other-list table tr:nth-child(odd) {
    background: #FFE5D7;
}

.margin-price .other-list table tr.title-row, .process .standards .price-list .other-list table tr.title-row {
    background: #F5F5F5;
}

.margin-price .other-list table tr:nth-child(2), .process .standards .price-list .other-list table tr:nth-child(2) {
    background: #FFDBD7;
}

.margin-price .other-list table tr:nth-child(even), .process .standards .price-list .other-list table tr:nth-child(even) {
    background: #FFDBD7;
}

.c-e-trans {
    border: 1px solid #CDCDCD;
    text-align: center;
    vertical-align: middle;
    background: #ffffff;
    border-bottom: none;
    width: 99.8%;
    height: 63px;
    line-height: 63px;
    font-weight: bold;
    font-size: 15px;
}

.price-list .other-list .rest-language tr:nth-child(2) {
    line-height: 19px;
}

.price-list.block .price-height {
    height: 49px;
}

.price-list.block .Enprice-height {
    height: 65.4px;
}

.price-list.block .english-list:first-child tr:last-child {
    height: 49px;
}

.price-list .price-height {
    height: 53px;
}

.price-list .english-list:first-child tr:last-child {
    height: 59px;
}
/* end doctran page */



/*interpret page */
.interpret-type {
    margin-bottom: 27px;
}

    .interpret-type input[type="radio"] + label {
        padding: 0 25px 0 28px;
        +padding: 0 15px 0 8px;
    }
/*end interpret */

/*Article page*/
.contract-bg.specialty-bg {
    background: url("/images/banner_thesis_l.jpg");
}

.contract-bg .main-content, .bg-left, .bg-right {
    height: 100%;
}

.bg-left {
    padding-top: 69px;
    text-align: center;
    width: 890px;
    letter-spacing: 2px;
}

.bg-left, .bg-right {
    float: left;
    overflow: hidden;
}

.contract-bg .main-content p, .enterprise-bg .main-content p {
    color: #fff;
    font-size: 44px;
    margin-bottom: 22px;
    text-align: center;
}

.expound-left div {
    line-height: 2;
    color: #fff;
    font-size: 18px;
}

.product-div {
    text-indent: 45px;
}

.specialty-div {
    float: left;
    padding-left: 78px;
}

.bg-right {
    width: 310px;
    color: black;
}

.contract-bg.specialty-bg .advantage-div {
    border: 3px solid #3575B7;
}

.advantage-div {
    height: 312px;
    +height: 254px;
    width: 293px;
    +width: 240px;
    border: 3px solid #A1775B;
    border-radius: 12px;
    background: #B4D5F7;
    background: rgba(255,255,255,0.5);
    padding: 26px 23px 26px 24px;
    margin: 62px auto;
}

    .interpretpage-bg h3, .advantage-div h3 {
        font-size: 25px;
        font-weight: bold;
    }

.expound-right.product-size {
    letter-spacing: 1px;
}

.expound-right {
    font-size: 16px;
    line-height: 28px;
}

.advantage-ul li {
    color: red;
    font-size: 17px;
    line-height: 2;
    background: url('/images/icon_dot.png') no-repeat 0 center;
    padding-left: 17px;
}

.introduce-ul li {
    font-size: 16px;
}

.advantage-ul li span {
    color: black;
}

.bg-right .advantage-div input {
    background: url("/images/icon_arrow_right_white.png") no-repeat 102px;
    background-color: #DF2737;
    border-radius: 4px;
    width: 143px;
    font-size: 20px;
    height: 50px;
    text-align: left;
    padding-left: 17px;
    color: #ffffff;
    font-weight: bold;
}

.recommend-rank {
    height: 420px;
    padding-top: 14px;
}

.recommend-top {
    font-size: 18px;
    color: #565656;
    font-weight: bold;
    line-height: 3;
}

.recommend-left, .recommend-right {
    width: 50%;
    height: 352px;
    float: left;
    overflow: hidden;
}

.publish-icon {
    background: url("/images/icon_publish.png") no-repeat center 30px;
}

.universal {
    width: 130px;
    height: 100%;
}

.professional-icon, .publish-icon, .senior-icon, .professional-describe, .long-string {
    float: left;
}

    .professional-describe ul {
        overflow: hidden;
        margin-top: 30px;
    }

    .professional-describe .recommend-li {
        font-weight: bold;
    }

    .professional-describe ul li {
        padding-left: 5px;
        line-height: 35px;
        font-size: 15px;
    }

    .professional-describe .recommend-li-bg {
        background: url("/images/icon_yes_gray.png") no-repeat 2px 2px;
        padding-left: 35px;
    }

    .professional-describe .recommend-index {
        margin-top: 5px;
        color: #DF2737;
    }

.recommend-index img {
    margin-bottom: 5px;
    margin-right: -7px;
}

.long-string {
    width: 0px;
    height: 266px;
    border-left: 1px solid #CACACA;
    position: relative;
    top: 22px;
}

.icon-position {
    margin-left: 7px;
}

.professional-icon {
    background: url("/images/icon_profession.png") no-repeat center 30px;
}

.list-div {
    width: 1202px;
    height: 370px;
    margin: 0px auto;
}

    .list-div .list-ul li {
        float: left;
        margin-right: 35px;
        background: #fff;
        height: 325px;
        width: 212px;
        overflow: hidden;
        margin-bottom: 50px;
    }

div.li-network {
    background-color: #FFCACA;
    color: #D85555;
}

div.li-universal {
    line-height: 45px;
    font-size: 17px;
    text-align: center;
}

.li-content {
    text-indent: 25px;
    padding: 12px 22px;
    line-height: 21px;
}

div.li-theory {
    background-color: #FBDBAE;
    color: #BC8333;
}

div.li-translate {
    background-color: #A1E7C5;
    color: #32A36C;
}

div.li-foreign {
    background-color: #B2C8F6;
    color: #537BCE;
}

.list-div .list-ul li.end-li, .enterprise-bg .exclusive-ul .end-li, .exclusive-flow .flow-ul .end-li, .china-ul .end-li, .creative-ul .end-li, .supp-language .end-li, .understand-bg .exclusive-ul.understand-ul .end-li, .gathering-ul .end-li, .translate-info .translate-ul .end-li, .translate-info .translate-kind .end-li, .cooperative-ul .end-li, .cooperative-right .end-li {
    margin-right: 0px;
}

div.li-overseas {
    background-color: #F6C9F2;
    color: #CD5DC3;
}
/*endArticle page*/

/*Resume page*/
.resume-div {
    height: 870px;
}

.contract-bg.resume-bg {
    background: url("/images/banner_resume_l.jpg");
}

.contract-bg {
    height: 434px;
    background: url("/images/banner_contract_l.jpg");
}

.retract {
    text-indent: 45px;
}

.resume-expound {
    float: left;
    padding-left: 155px;
}

.contract-bg.resume-bg .advantage-div {
    border: 3px solid #1F9CB7;
}

.senior-icon {
    background: url("/images/icon_senior.png") no-repeat center 30px;
}
/* end Resume page*/

/*Certificate page*/
.certificate-div .contract-bg.resume-bg {
    background: url("/images/banner_certificate_l.jpg");
}

.resume-expoundcer {
    float: left;
    padding-left: 95px;
}

.certificate-div .contract-bg.resume-bg .advantage-div {
    border: 3px solid #BF8217;
}

.certificate-rank {
    height: 682px;
    padding-top: 14px;
}

    .certificate-rank .explains p {
        line-height: 30px;
        font-size: 13px;
    }

.certificate-div table {
    border: 1px solid #CDCDCD;
    border-collapse: collapse;
}

.certificate-div table {
    margin-top: 27px;
    margin-bottom: 46px;
    font-size: 14px;
    width: 100%;
}

    .certificate-div table thead th:first-child {
        width: 211px;
    }

    .certificate-div table thead th:nth-child(2) {
        width: 350px;
    }

    .certificate-div thead th, .certificate-div table tbody tr td {
        background-color: #ffffff;
        border: 1px solid #CDCDCD;
        text-align: center;
        vertical-align: middle;
    }

    .certificate-div table thead th {
        background-color: #FFE5D7;
        line-height: 54px;
        height: 54px;
    }

        .certificate-div table thead th:nth-child(3) {
            width: 158px;
        }

        .certificate-div table thead th:last-child {
            width: 428px;
        }

    .certificate-div table tbody tr td.name-col {
        line-height: 25px;
        text-align: left;
        padding-left: 54px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .certificate-div table tbody tr td.name-col .float-left {
            width: 144px;
        }

    .certificate-div table tbody tr td.comment-col .digital {
        margin-right: 14px;
    }

.certificate-div .process .standards table {
    margin-bottom: 5px;
}

.certificate-div table tbody tr td.comment-col {
    line-height: 36px;
    text-align: left;
    padding-left: 20px;
}
/* end Certificate page*/

/*Contract page*/
.resume-expoundcon {
    float: left;
    padding-left: 88px;
}

.special-button {
    position: relative;
    top: 18px;
}
/* end Contract page*/

/*Migrate page*/
.contract-bg.immigrant-bg {
    background: url("/images/banner_immigrant_l.jpg");
}

.resume-expound.immigrant-expound {
    width: 694px;
    float: left;
    padding-left: 65px;
}

.contract-bg.immigrant-bg .advantage-div {
    border: 3px solid #209B6B;
}
/*end Migrate page*/

/*Medical page*/
.contract-bg.medical-bg {
     background: url("/images/banner_medical_l.jpg");
}
.contract-bg.medical-bg .advantage-div {
    border: 3px solid #11978D;
}
.contract-bg.medical-bg .retract {
    text-indent: 30px;
}
.contract-bg.medical-bg .immigrant-expound {
    padding-left: 34px;
}
/*Medical page end*/

/*Introduction page*/
.contract-bg.product-bg {
    background: url("/images/banner_product_l.jpg");
}

    .contract-bg.product-bg .bg-left input {
        border: 5px solid #C86161;
        color: #DF2737;
    }

    .contract-bg.product-bg .advantage-div {
        border: 3px solid #B45656;
    }
/*end Introduction page*/

/*Propaganda page*/
.content-div.culture-div {
    height: 1224px;
}

.contract-bg.culture-bg {
    background: url("/images/banner_culture_l.jpg");
}

    .contract-bg.culture-bg .advantage-div {
        border: 3px solid #B8962C;
    }

.expound-right.culture-expound {
    font-size: 14px;
}
/*end Propaganda page*/

/*Publish page*/
.contract-bg.literature-bg {
    background: url("/images/banner_publish_l.jpg");
}

.literature-div {
    float: left;
    padding-left: 78px;
}

.contract-bg.literature-bg .advantage-div {
    border: 3px solid #5A9A06;
}

.literature-recommend {
    margin: 0px auto;
    width: 50%;
    height: 352px;
    overflow: hidden;
}
/* end Publish page*/

/*enterprise page*/
.content-div {
    height: 1230px;
}
.autoCenter{
    width: 1200px;
    display: inline-block;
    position: relative;
    margin-left: calc(-600px + 50%);
    margin-left:-moz-calc(-600px + 50%);
    margin-left:-webkit-calc(-600px + 50%);
}
.spread-cardbox{
    width:300px;
    height:119px;
    float:left;
}
.spread-cardbox div:nth-child(1){
    width: 100%;
    height: 27px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #D32C3C;
    text-align:center;
    margin-top:29px;
}
.spread-cardbox div:nth-child(2){
    width: 100%;
    height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align:center;
    margin-top:12px;
}
.spread-order-box{
    width: 386px;
    height: 320px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    margin-top:10px;
    margin-left:10px;
    float:left;
}
.spread-order-box span{
    color:#D32C3C;
}
.spread-order-box .title{
    width: 100%;
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align:center;
    margin-top:30px;
}
.spread-order-box .smallcardbox{
    margin-top:19px;
    height:24px;
    width:100%;
}
.spread-order-box .smallcardbox .smallcard{
    width: 70px;
    height: 22px;
    background: #FFFFFF;
    border: 1px solid #FFA219;
    text-align:center;
    font-size: 14px;
    color: #FFA219;
    line-height: 20px;
    float:left;
    margin-left:10px;
}
.spread-order-box .synopsis{
    width: 100%;
    height: 15px;
    font-size: 14px;
    color: #D32C3C;
    text-align:center;
    margin-top:20px;
}
.spread-order-box .detailLine{
    width: 100%;
    height: 16px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align:center;
    margin-top:12px;
}
.spread-order-box a .redBtnEx {
    width: 200px;
    height: 43px;
    border: 1px solid #D32C3C;
    text-align:center;
    line-height:41px;
    background-color:#FFFFFF;
    font-size: 16px;
    color: #D32C3C;
    margin:0 auto;
}
.spread-order-box:hover{
    box-shadow: 6px 10px 16px 0px rgba(5, 16, 41, 0.12);
}
.spread-order-box:hover .title{
    color: #D32C3C;
}
.spread-order-box:hover a .redBtnEx{
    background: linear-gradient(90deg, #D43141, #F45A69);
    box-shadow: 0px 2px 6px 0px rgba(140, 26, 37, 0.16);
    color:#FFFFFF;
}
.spread-advantage-box{
    width: 224px;
    height: 199px;
    background: linear-gradient(0deg, #FEFEFE, #F6F7F9);
    border: 3px solid #FFFFFF;
    border-radius: 2px;
    padding-top:118px;
    float:left;
    margin-top:20px;
    margin-left:20px;
}
.spread-advantage-box .synopsis{
    width: 100%;
    height: 26px;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-align:center;
}
.spread-advantage-box span{
    color: #D32C3C;
}
.spread-project-box {
    width: 376px;
    height: 103px;
    margin-top:32px;
    /*background: linear-gradient(90deg, #FCC35F, #FEB55B);*/
    background-image:url(/images/Spread-05-01.png);
    background-repeat: no-repeat;
    background-position: 317px 42px;
}
.spread-project-box .number{
    width: 50px;
    height: 32px;
    font-size: 41px;
    font-family: DIN;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    text-align:left;
    margin-left:29px;
    margin-top:36px;
    float:left;
}
.spread-project-box .title-box{
    float:left;
    margin-left:8px;
    height:100%;
    width:200px;
}
.spread-project-box .title-box .titleLine1{
    width: 100%;
    height: 25px;
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #4F5574;
    line-height: 25px;
    margin-top:30px;
}
.spread-project-box .title-box .titleLine2{
    width: 100%;
    height: 25px;
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #4F5574;
    line-height: 25px;
}
/*
.spread-project-box:hover {
    background-color: #FEB55B;
    background-image:url(/images/Spread-05-02.png);
    background-repeat:no-repeat;
    background-position:302px 27px;
    
    box-shadow: 0px 3px 12px 0px rgba(161, 161, 161, 0.3);
}*/
.spread-selected {
    background-color: #FEB55B;
    background-image:url(/images/Spread-05-02.png);
    background-repeat:no-repeat;
    background-position:302px 27px;
    
    box-shadow: 0px 3px 12px 0px rgba(161, 161, 161, 0.3);
}
.spread-cooperation-box{
    height:48px;
    font-size: 24px;
    color: #666666;
    line-height:25px;
    float:left;
}
.spread-cooperation-selected{
    color:#D32C3C;
    border-bottom:2px solid #F45A69;
    box-shadow:0px 2px 0px 0px rgba(140, 26, 37, 0.16);
}
.spread-cooperation-box01{
    width:284px;
    height:216px;
    float:left;
    margin-right:26px;
    margin-bottom:15px;
}
.spread-cooperation-box01 .pic{
    width:100%;
    height:154px;
}
.spread-cooperation-box01 .unitName{
    width:100%;
    height:62px;
    font-size: 16px;
    color: #333333;
    text-align:center;
    line-height:54px;
    background:url(/images/spread-logobeijing00.png) no-repeat center;
}
.spread-select-title{
    width: 100%;
    height: 37px;
    font-size: 21px;
    color: #333333;
    line-height: 21px;
    text-align:left;
}
.spread-select-breakLine{
    width: 42px;
    height: 4px;
    background: linear-gradient(90deg, #D43141, #F45A69);
    box-shadow: 0px 2px 6px 0px rgba(140, 26, 37, 0.16);
    border-radius: 2px;
    margin-bottom:18px;
}
.spread-select-textLine{
    width:100%;
    height:37px;
}
.spread-select-textLine .markPoint{
    width: 4px;
    height: 4px;
    background: #FEB55B;
    margin-top:7px;
    float:left;
}
.spread-select-textLine .text{
    width: 580px;
    height: 37px;
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    text-align:left;
    float:left;
    margin-left:16px;
}
.spread-bottom-textLine{
    width:100%;
    height:37px;
}
.spread-bottom-textLine .markPoint{
    width: 8px;
    height: 8px;
    background: #FFB062;
    border-radius: 2px;
    margin-top:4px;
    float:left;
}
.spread-bottom-textLine .text{
    width: calc(100% - 30px);
    height: 37px;
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    text-align:left;
    float:left;
    margin-left:16px;
}
.cooperationTextLine{
    width:100%;
    height:25px;
}
.cooperationTextLine .markPoint{
    width: 6px;
    height: 6px;
    background: #BBBBBB;
    border-radius: 50%;
    margin-top:4px;
    float:left;
}
.cooperationTextLine .text{
    width: calc(100% - 22px);
    height: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    margin-left:16px;
}
.onlineOrderBox{
    width: 280px;
    height: 58px;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    border-top: 4px solid #F5F5F5;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.06);
    line-height:16px;
    margin-top:30px;
    float:left;
    margin-left:37px;
}
.onlineOrderBox .subtext{
    width: 140px;
    height: 16px;
    font-size: 16px;
    text-align:left;
    margin-top:20px;
    color: #666666;
    float:left;
    margin-left:74px;
}
.onlineOrderBox .linkIcon{
    width:16px;
    height:16px;
    float:left;
    overflow:hidden;
    margin-left:40px;
    margin-top:18px;
}
.onlineOrderBox .linkIcon .iconcover{
    width:100%;
    height:100%;
    background-color:white;
}
.onlineOrderBox:hover{
    border-top: 4px solid #F45A69;
    margin-top:20px;
}
.onlineOrderBox:hover .subtext{
    color: #D32C3C;
}
.onlineOrderBox:hover .linkIcon{
        height:16px;
    margin-top:18px;
}
.onlineOrderBox:hover .linkIcon .iconcover{
    display:none;
}
a .redBtn {
    width: 190px;
    height: 40px;
    background: linear-gradient(90deg,#F45A69, #D43141);
    box-shadow: 0px 10px 20px 0px rgba(140, 26, 37, 0.16);
    background-blend-mode: normal,normal;
    border-radius: 20px;
    font-size:14px;
    text-align:center;
    line-height:40px;
    color:#FFFFFF;
    margin:0 auto;
}
a .redBtn:hover{
    background-image: linear-gradient(90deg,#ff6e7c 0%,#e34151 100%),linear-gradient(#d43141,#d43141);
}
.markShowBox{
    width: 100px;
    height: 67px;
    text-align:center;
}
.markShowBox div:nth-child(1){
    width: 100px;
    height: 47px;
    background: linear-gradient(-30deg, #2C3659, #39435E);
    text-align:center;
    line-height:47px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 4px;
}
.markShowBox div:nth-child(2){
    display:block;
    border-width:8px; 
    position:absolute; 
    left:140px;
    border-style:solid dashed dashed; 
    border-color:#39435E transparent transparent;
    font-size:0; 
    line-height:0;
}
.MedicalDetailLine{
    width:100%;
    height:17px;
}
.MedicalDetailLine .MedicalDetailbox{
    width: 350px;
    height: 17px;
    line-height: 17px;
    float:left;
}
.MedicalDetailLine .MedicalDetailbox .markPoint{
    width: 8px;
    height: 8px;
    background: #FFC162;
    border-radius: 2px;
    float:left;
    margin-top:3px;
    margin-left:34px;
}
.MedicalDetailLine .MedicalDetailbox .textShow{
    width: calc(100% - 59px);
    height: 17px;
    font-size: 16px;
    color: #666666;
    line-height: 12px;
    float:left;
    margin-left:11px;
}
.MedicalInstitutionBox{
    width:380px;
    height:603px;
    float:left;
}
.MedicalInstitutionBox .MedicalInstitutionDetail{
    width:380px;
    height:181px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    padding-left:30px;
}
.MedicalInstitutionBox .MedicalInstitutionDetail .InstitutTitle{
    width: 326px;
    height: 19px;
    font-size: 18px;
    color: #333333;
    text-align:left;
}
.MedicalInstitutionBox .MedicalInstitutionDetail .InstitutText{
    width: 326px;
    height: 39px;
    font-size: 14px;
    color: #666666;
    text-align:left;
    margin-top:15px;
}
.enterprise-div {
    height: 3300px;
}

.enterprise-bg {
    height: 435px;
    background: url("/images/banner_service.jpg");
}

    .enterprise-bg p.p {
        line-height: 4;
        margin-bottom: 0px;
    }

.enterprise-head {
    padding-top: 66px;
    height: 310px;
}

.exclusive-title {
    float: left;
    font-size: 23px;
    color: #fff;
    width: 280px;
    position: relative;
    top: 89px;
    left: 110px;
    letter-spacing: 2px;
}

.exclusive-question {
    margin-right: 100px;
}

.enterprise-bg .exclusive-ul {
    height: 259px;
    margin: 0px auto;
    float: right;
}

    .enterprise-bg .exclusive-ul li {
        width: 502px;
        font-size: 17px;
        color: #fff;
        letter-spacing: 2px;
        padding-bottom: 20px;
    }

    .enterprise-bg .exclusive-ul .first-li {
        font-size: 39px;
        padding-bottom: 47px;
    }

.enterprise-bg .exclusive-div {
    margin-top: 29px;
}

.exclusive-flow {
    height: 530px;
}

    .exclusive-flow h3 {
        font-size: 28px;
        letter-spacing: 4px;
        line-height: 7rem;
        font-weight: bold;
        text-align: center;
    }

    .exclusive-flow .flow-ul {
        width: 1115px;
        height: 402px;
        +height:355px;
        margin: 0px auto;
        padding-top: 40px;
    }

        .exclusive-flow .flow-ul li {
            height: 181px;
            width: 265px;
            float: left;
            margin-right: 150px;
            text-align: center;
            font-size: 17px;
            color: #565656;
        }

.flow-ul li.special-li {
    width: 187px;
    height: 28px;
    margin-top: 50px;
}

.flow-ul .flow-div {
    margin-top: 35px;
}

.clientInfo {
    height: 636px;
    background: #fff;
}

    .clientInfo .tableTitle {
        position: relative;
        top: 40px;
        letter-spacing: 3px;
        line-height: 30px;
        font-size: 18px;
        text-align: center;
    }

.enterprise-div .clientInfo .clientInfo-table {
    top: 80px;
    height: 496px;
}

.main-content.clientInfo-table {
    font-size: 14px;
    color: #9A9A9A;
}

.clientInfo .clientInfo-table {
    position: relative;
    top: 90px;
    height: 400px;
    width: 447px;
}

    .clientInfo .clientInfo-table tbody {
        background-color: #fff;
    }

.clientInfo tbody tr td:first-child {
    width: 85px;
}

.clientInfo input[type="text"] {
    width: 315px;
    height: 35px;
    line-height: 35px;
}

.main-content.clientInfo-table span {
    margin-left: 25px;
    font-size: 15px;
    color: red;
    font-weight: bold;
}

.clientInfo-table .clientInfo-table-submit {
    position: relative;
    top: 20px;
}

.clientInfo .message {
    width: 315px;
    height: 135px;
    border: 2px solid #CACACA;
    outline: none;
    resize: none;
    padding: 2px 2px 2px 10px;
}

.message:nth-child(odd) {
    background-color: #F9F9F9;
}

.language-service-platform, .reasonable-outlay {
    height: 717px;
    background: #fff;
}

    .language-service-platform .language-info, .reasonable-outlay .reasonable-info {
        font-size: 13px;
        letter-spacing: 2px;
        width: 537px;
        margin: 0 auto;
        text-indent: 27px;
        height: 57px;
        line-height: 29px;
    }

    .language-service-platform .translate-info {
        width: 1200px;
        margin: 0 auto;
    }

        .language-service-platform .translate-info .translate-ul, .language-service-platform .translate-info .translate-kind {
            margin-top: 34px;
            margin-left: 110px;
        }

.translate-info .translate-ul li {
    float: left;
    border: 2px solid #F4F4F4;
    width: 254px;
    height: 103px;
    margin-right: 110px;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 2px;
}

.translate-info .translate-kind li {
    float: left;
    width: 254px;
    margin-right: 110px;
    margin-top: 7px;
}

.translate-ul .translate-ul-span {
    float: left;
    width: 164px;
    padding: 38px 0px 38px 22px;
}

.translate-ul li img {
    padding: 28px 15px 33px 0px;
    float: right;
}

.translate-info .translate-kind-img {
    width: 144px;
    margin: 0 auto;
}

.translate-kind .kind-div {
    margin-top: 32px;
}

.translate-kind p {
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
}

.translate-kind .kind-div-p, .flow-ul .flow-p {
    font-size: 14px;
    color: #9A9A9A;
    letter-spacing: 2px;
}

.man-translation-platform {
    height: 435px;
    background: url("/images/banner_service02.jpg");
    background-color: #fff;
}

.man-translation-info {
    width: 640px;
    margin: 0 auto;
    height: 250px;
    margin-top: 30px;
}

    .man-translation-info .man-trans-left {
        float: left;
    }

    .man-translation-info .man-trans-right {
        float: left;
        width: 296px;
        height: 250px;
        line-height: 30px;
        margin-left: 25px;
    }

        .man-translation-info .man-trans-right p, .reasonable-outlay-info .reasonable-outlay-center p {
            text-indent: 30px;
            font-size: 14px;
        }

.reasonable-outlay {
    height: 500px;
}

    .reasonable-outlay .reasonable-info {
        width: 230px;
        font-size: 18px;
        color: red;
        height: 35px;
    }

.reasonable-outlay-info {
    width: 734px;
    margin: 0 auto;
    margin-top: 26px;
}

    .reasonable-outlay-info .reasonable-outlay-left {
        float: left;
        padding-top: 26px;
    }

    .reasonable-outlay-info .reasonable-outlay-center {
        float: left;
        width: 300px;
        margin-left: 40px;
        padding-top: 26px;
        height: 250px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .reasonable-outlay-info .reasonable-outlay-right {
        float: right;
    }

.flow-ul .flow-p {
    margin-top: 10px;
    text-align: left;
    text-indent: 32px;
    height: 115px;
    line-height: 21px;
}

.exclusive-flow .exclusive-flow-p {
    width: 266px;
    font-size: 17px;
    height: 35px;
    margin: 0 auto;
    margin-top: 30px;
    letter-spacing: 2px;
}

.exclusive-flow .exclusive-flow-p1 {
    width: 131px;
    font-size: 18px;
    height: 35px;
    margin: 0 auto;
    margin-top: 10px;
    color: red;
}





/* end enterprise page*/

/* about page */
.content-div.understand-div {
    overflow: hidden;
    height: auto;
}

    .content-div.understand-div h3, .content-div.enterprise-div h3 {
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        height: 117px;
        line-height: 117px;
        letter-spacing: 2px;
    }

.enterprise-bg.understand-bg {
    height: 434px;
}

.enterprise-bg {
    height: 435px;
    background: url("/images/banner_service.jpg");
}

.understand-bg p.p {
    font-size: 14px;
    color: #9A9A9A;
}

.understand-bg .exclusive-ul.understand-ul {
    width: 1041px;
}

    .understand-bg .exclusive-ul.understand-ul li {
        margin-right: 163px;
    }

.inheri-develo, .workflow-aboutus, .inheri-price {
    background: white;
}

.china-ul, .creative-ul, .workflow-ul, .supp-language-ul, .inheri-price-info, .cooperative-cont {
    height: 466px;
    width: 1201px;
    margin: 0px auto;
    overflow: hidden;
}

.china-ul {
    height: 454px;
}

    .china-ul li {
        width: 217px;
        height: 198px;
        background: #f4f4f4;
        float: left;
        margin-right: 20px;
        margin-bottom: 35px;
    }

        .china-ul li.advantage-li-4, .china-ul li.advantage-li-8 {
            width: 386px;
            margin-left: 30px;
            background: white;
            font-size: 15px;
            line-height: 29px;
            text-indent: 31px;
        }

        .china-ul li.advantage-li-1 .china-bg {
            background-image: url("/images/inheri_develo01.jpg");
        }

        .china-ul li.advantage-li-2 .china-bg {
            background-image: url("/images/inheri_develo02.jpg");
        }

        .china-ul li.advantage-li-3 .china-bg {
            background-image: url("/images/inheri_develo03.jpg");
        }

        .china-ul li.advantage-li-5 .china-bg {
            background-image: url("/images/inheri_develo04.jpg");
        }

        .china-ul li.advantage-li-6 .china-bg {
            background-image: url("/images/inheri_develo05.jpg");
        }

        .china-ul li.advantage-li-7 .china-bg {
            background-image: url("/images/inheri_develo06.jpg");
        }

        .china-ul li.advantage-li-2_1 .china-bg {
            background-image: url("/images/inheri_develo2_1.jpg");
        }

        .china-ul li.advantage-li-2_2 .china-bg {
            background-image: url("/images/inheri_develo2_2.jpg");
        }

        .china-ul li.advantage-li-2_3 .china-bg {
            background-image: url("/images/inheri_develo2_3.jpg");
        }

        .china-ul li.advantage-li-2_4 .china-bg {
            background-image: url("/images/inheri_develo2_4.jpg");
        }

        .china-ul li.advantage-li-2_5 .china-bg {
            background-image: url("/images/inheri_develo2_5.jpg");
        }

        .china-ul li.advantage-li-2_6 .china-bg {
            background-image: url("/images/inheri_develo2_6.jpg");
        }

        .china-ul li.advantage-li-2_7 .china-bg {
            background-image: url("/images/inheri_develo2_7.jpg");
        }

        .china-ul li.advantage-li-2_8 .china-bg {
            background-image: url("/images/inheri_develo2_8.jpg");
        }

        .china-ul li.advantage-li-2_9 .china-bg {
            background-image: url("/images/inheri_develo2_9.jpg");
        }

        .china-ul li.advantage-li-2_10 .china-bg {
            background-image: url("/images/inheri_develo2_10.jpg");
        }

.china-bg {
    height: 148px;
    width: 217px;
    text-align: center;
}

    .china-bg label {
        position: relative;
        top: 50px;
        font-size: 38px;
        color: #fff;
        font-weight: bold;
        letter-spacing: 3px;
    }

.china-ul li div.title {
    font-size: 12px;
    color: #565656;
    letter-spacing: 2px;
    margin: 17px 0px 14px 16px;
}

.china-ul li.advantage-li-1 .title {
    margin: 17px 0px 14px 0px;
}

.china-ul li.advantage-li-2 .title, .china-ul li.advantage-li-5 .title, .china-ul li.advantage-li-2_6 .title, .china-ul li.advantage-li-2_7 .title, .china-ul li.advantage-li-2_8 .title {
    margin: 10px 0px 14px 16px;
}

.inheri-bx-controls {
    margin: 0px auto;
    width: 50px;
    height: 50px;
}

    .inheri-bx-controls .inheri-pager-item {
        display: inline-block;
    }

    .inheri-bx-controls a {
        border: 2px solid #999999;
        text-indent: -9999px;
        display: block;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 10px;
    }

        .inheri-bx-controls a.active {
            background: #999999;
        }

.creative-ul {
    padding-left: 23px;
    height: 370px;
}

.creative-reform {
    height: 552px;
}

    .creative-reform .creative-info, .supp-language .supp-language-info, .inheri-price .creative-info, .cooperative-partner .creative-info {
        text-align: center;
        font-size: 19px;
        height: 66px;
        letter-spacing: 2px;
    }

        .creative-reform p span, .supp-language p span, .workflow-ul .mode-creative span, .cooperative-partner .creative-info span, .language-service-platform .language-info span {
            color: red;
        }

    .creative-reform b {
        padding-left: 15px;
        padding-right: 15px;
    }

    .creative-reform li {
        float: left;
        width: 307px;
        margin-right: 108px;
    }

        .creative-reform li .creative-img {
            width: 190px;
            margin: 0 auto;
        }

.mode-creative {
    margin-top: 26px;
}

.creative-reform .mode-creative p {
    text-align: center;
    font-size: 18px;
}

.creative-reform .mode-creative .mode-creative_span, .supp-language .mode-creative .mode-creative_span {
    font-size: 14px;
    padding-top: 10px;
    color: #9A9A9A;
    width: 281px;
}

.workflow-ul {
    width: 1168px;
    +width:1201px;
    height: 300px;
}

    .workflow-ul li {
        float: left;
    }

    .workflow-ul .special-li {
        width: 157px;
        +width:168px;
        height: 28px;
        margin: 50px 20px 0px 20px;
    }

    .workflow-ul .mode-creative .workflow_p {
        padding-left: 48px;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .workflow-ul .mode-creative .mode-creative_span {
        font-size: 14px;
        padding-top: 13px;
        color: #9A9A9A;
        text-align: center;
        letter-spacing: 1px;
    }

.supp-language .supp-language-info {
    width: 621px;
    margin: 0 auto;
    height: 62px;
    line-height: 34px;
}

.supp-language-ul {
    height: 326px;
    margin-top: 50px;
}

    .supp-language-ul li {
        width: 203px;
        margin-right: 195px;
        float: left;
        margin-left: 50px;
    }

.supp-language li .creative-img {
    width: 142px;
    margin: 0 auto;
}

.supp-language-ul .mode-creative .mode-creative_span {
    width: 203px;
    font-weight: normal;
}

.supp-language .mode-creative p {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.inheri-price {
    height: 452px;
}

.inheri-price-info {
    width: 996px;
}

    .inheri-price-info img {
        float: left;
    }

    .inheri-price-info .inheri-price-level {
        float: left;
        padding: 64px 0 0 30px;
    }

.inheri-price-level .level-select, .inheri-price-right .level-select {
    font-size: 17px;
    color: #636363;
}

.inheri-price-level li {
    font-size: 14px;
    padding-top: 10px;
    color: #9A9A9A;
}

.inheri-price-right {
    float: right;
    width: 200px;
    margin-top: 73px;
}

    .inheri-price-right li {
        height: 30px;
    }

        .inheri-price-right li p {
            padding-left: 10px;
            float: left;
            padding-top: 6px;
        }

.gathering-talents {
    background: #fff;
    height: 501px;
}

.gathering-ul {
    height: 337px;
    width: 1201px;
    margin: 0px auto;
}

    .gathering-ul li {
        height: 144px;
        width: 343px;
        +width: 324px;
        border-radius: 2px;
        background: #f4f4f4;
        padding-right: 19px;
        float: left;
        margin: 0px 86px 49px 0px;
    }

    .gathering-ul .icon-div {
        width: 129px;
        float: left;
        text-align: center;
    }

        .gathering-ul .icon-div img {
            margin-top: 24px;
        }

    .gathering-ul label {
        font-size: 23px;
        color: #565656;
        font-weight: bold;
        line-height: 3;
        letter-spacing: 2px;
    }

    .gathering-ul span {
        font-weight: bold;
    }

.cooperative-partner {
    overflow: hidden;
    clear: both;
}

    .cooperative-partner h3 {
        margin: 0px auto;
        width: 500px;
    }

.cooperative-cont {
    height: 617px;
}

.cooperative-ul {
    margin: 0px auto 10px auto;
    overflow: hidden;
}

    .cooperative-ul li {
        height: 233px;
        width: 281px;
        border: 1px solid #e8e8e8;
        float: left;
        padding-top: 28px;
        margin-right: 10px;
        background: #fff;
    }

        .cooperative-ul li p {
            width: 234px;
            margin: 0 auto;
            font-size: 14px;
            text-indent: 30px;
            height: 88px;
            line-height: 25px;
            letter-spacing: 0.5px;
        }

    .cooperative-ul .first {
        width: 326px;
        +width:317px;
    }

        .cooperative-ul .first p {
            width: 281px;
        }

    .cooperative-ul li .cooperative-sign {
        text-align: right;
        color: #F6A53C;
    }

    .cooperative-ul li.last-line {
        border-bottom: none;
    }

    .cooperative-ul li.last {
        border-right: none;
    }

.cooperative-partner .diplomacy_press {
    border: 1px solid #e8e8e8;
    background: #fff;
    width: 326px;
    +width:317px;
}

.diplomacy_press {
    float: left;
    margin-right: 10px;
}

    .diplomacy_press .press-top {
        margin: 40px auto 0;
        height: 250px;
        width: 235px;
    }

    .diplomacy_press .press-base, .cooperative-right .press-base {
        text-align: center;
        height: 34px;
        color: #9A9A9A;
        font-size: 14px;
    }

.cooperative-right li {
    height: 158px;
    width: 208px;
    border: 1px solid #E8E8E8;
    float: left;
    background: white;
    margin: 0 10px 10px 0px;
}

.cooperative-right .press-top {
    margin: 50px auto 0;
    height: 65px;
    width: 165px;
}

.cooperative-right .press-top-sp {
    margin: 30px auto 0;
    height: 85px;
    width: 165px;
}

.cooperative-right .press-top-p {
    margin: 22px auto 0;
    height: 93px;
    width: 165px;
}
/* end about page */

/*help service page*/
.directory, .manage-display, .main-content.member {
    overflow: hidden;
    clear: both;
}

.Service.main-content .manage-display {
    padding: 0 36px 45px 36px;
}

.process {
    margin: 46px auto;
    border: 1px solid #ffffff;
    width: 1120px;
}

.manage-display, .account-settings .manage-display {
    margin-bottom: 50px;
}

.manage-display {
    border: 1px solid #CACACA;
    border-radius: 3px;
    background: #FFFFFF;
    overflow: hidden;
    min-height: 480px;
    margin-bottom: 58px;
}

.main-content .manage-display h2 {
    text-align: center;
    line-height: 6rem;
}

.process .standards {
    background-color: #F4F4F4;
    padding: 15px 25px;
    line-height: 36px;
}

    .process .standards table {
        margin-bottom: 5px;
    }

.manage .from th, .member .from tr, .member .from td, .member table, .quotationMain table {
    border: 1px solid #ECECEC;
    border-collapse: collapse;
}

.process .standards table thead th {
    line-height: 42px;
    height: 42px;
}

.process .standards table thead th, .process .standards table tbody tr td {
    border: 1px solid #CDCDCD;
    text-align: center;
    vertical-align: middle;
}

.process .standards table tr {
    background: #ffffff;
}

.process .standards .price-list table tr:nth-child(odd) {
    background: #FFDBD7;
}

.process .standards .price-list table tr:nth-child(even) {
    background: #FFE5D7;
}

.process .standards .price-list table tr:nth-child(2) {
    background: #F5F5F5;
}

.process .standards table tbody tr .explain-td {
    text-align: left;
    padding-left: 156px;
}

.process .standards table tbody tr .explain-tdss {
    text-align: left;
    padding-left: 10px;
}

.process .standards table tbody tr td div .phone {
    margin-left: 9px;
}

.process .order {
    margin: 0 21px;
}

    .process .order h3 {
        font-size: 12px;
        line-height: 52px;
        font-weight: bold;
    }

.process .standards .explains p {
    line-height: 31px;
    font-size: 13px;
}
/* end help service page*/

/* help page */
.helpMain {
    width: 1200px;
    margin: 0 auto;
    font: normal 14px "微软雅黑", "宋体";
    margin: 10px auto 40px;
    overflow: hidden;
}

.bank-card input[type=text] {
    font: normal 12px "微软雅黑", "宋体";
}

.helpIndexMain, .helpListMain, .helpDetailMain {
    /*width: 944px;*/
    +width: 924px;
    /*background: #FFF;*/
    float: left;
    clear: both;
    padding: 10px;
    min-height: 400px;
}

.helpListMain, .helpDetailMain {
    padding: 50px;
    +width: 844px;
}

.helpListRight {
    width: 222px;
    background: #FFF;
    float: right;
    padding: 10px;
}

.help-left {
    clear: both;
    float: left;
}

.help-right {
    float: right;
    width: 470px;
}

.help-left, .help-right {
    width: 457px;
    *width: 380px;
    padding: 31px 10px 70px 60px;
    line-height: 40px;
}

.help-search {
    height: 106px;
    border-bottom: 1px #CCC solid;
    line-height: 94px;
    text-align: center;
    position: relative;
}

.help-left div, .help-right div {
    font-size: 16px;
    font-weight: bold;
}

.help-left ul, .help-right ul {
    padding-left: 20px;
}

    .help-left ul li, .help-right ul li {
        list-style: disc;
    }

.help-search input[type="button"].gray {
    width: 70px;
    color: #565656;
}

.helpKeyWord, .help-search input[type="button"].gray, .help-search select {
    margin-right: 5px;
    font-weight: normal;
}

.helpKeyWord {
    width: 290px;
    line-height: 20px;
    /*font-weight: bold;*/
    height: 34px;
    +height: 28px;
}

.help-search select {
    width: 92px !important;
    line-height: 28px !important;
    cursor: pointer;
    /* font-weight: bold;*/
    padding: 0 0 0 6px;
    color: #757070;
    height: 34px !important;
    +height: 26px;
    /*background: url("/images/select-icon.png") no-repeat 70px 11px;*/
    top: 30px;
}

.help-search span.customSelect, .help-search span.customSelectInner {
    width: 92px !important;
    height: 34px;
    top: 11px;
}

.help-search span.customSelectInner {
    top: 0px;
    left: 0px;
    text-align: left;
    padding-left: 10px;
    line-height: 30px;
    background: url('/images/select-icon.png') no-repeat scroll 70px 13px transparent;
}

.helpListRight ul a {
    line-height: 48px;
    border-top: 1px #CCC solid;
    line-height: 48px;
    padding-left: 10px;
    cursor: pointer;
    display: block;
}

    .helpListRight ul a:hover, .helpListRight ul .active {
        background: #F4F4F4;
    }

    .helpListRight ul a:before {
        content: '<';
        margin-right: 20px;
    }

.helpListRight > a {
    padding-left: 10px;
    line-height: 48px;
    font-weight: bold;
    display: block;
}

.help-breadcrumb {
    font-size: 16px;
    line-height: 50px;
}

    .help-breadcrumb .Search-Results {
        font-weight: normal;
        padding-left: 8px;
        font-size: 16px;
    }

.helpListMain ul .helpListMain-li {
    margin-right: 62px;
}
.helpListMain li .helpListContent {
    line-height: 26px;
}
.helpListMain ul li {
    float: left;
    width: 355px;
}

.helpListMain ul {
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
}

    .helpListMain ul li a, .helpDetailMain span:first-child {
        font-size: 16px;
        font-weight: bold;
    }

.input-ordinary {
    background-color: #DF2737;
    width: 140px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 0;
}

.help-breadcrumb .bold {
    font-size: 18px;
}
/* end help page */

/* Login page*/
body.login, .register-body, .registerSuccess-body {
    background: #F4F4F4 url('/images/bg.jpg') no-repeat center 80%;
}

    body.login .content-wrapper, .register-body .content-wrapper {
        padding-top: 93px;
        background: transparent;
    }

    body.login ul, .new-ul, .yiyu2-login ul {
        background: #fff;
        margin: 0 auto;
        width: 397px;
        text-align: center;
    }

    body.login #geetest-line, .yiyu2-login #geetest-line {
        text-align: left;
    }

    body.login .logo, .new-ul .logo, .yiyu2-login .logo {
        margin-top: 35px;
    }

    body.login li input[type='text'], body.login li input[type='password'], .new-ul select, .new-ul input,
    .yiyu2-login li input[type='text'], .yiyu2-login li input[type='password'] {
        background: #F9F9F9;
        height: 44px;
        +height: 39px;
        +line-height: 39px;
        width: 322px;
        /* padding-left: 14px;*/
    }

body.talent-login .nickname-line {
    margin-top: 20px;
    height: 90px;
}

body.login li input[type='text'], .new-ul li input[type='text'], .yiyu2-login input[type='text'] {
    margin-top: 32px;
}


body.talent-login .usernamediv {
    text-align: left;
    font-size: 15px;
    padding: 0px 0 0 40px;
}

body.login li.password-line input[type='text'] {
    margin-top: 0;
}

body.login input[type='submit'], .new-ul .creation-button, .forgot-ul .submitLogin, .yiyu2-login input[type='submit'] {
    width: 324px;
    height: 45px;
    margin-top: 8px;
}

.enterprice-login-bt {
    margin-bottom: 40px;
}

.forgot-ul .submitforgot {
    margin-bottom: 30px;
}

body.login li div.error-container, .yiyu2-login li div.error-container, .new-ul li div.error-container {
    color: red;
    text-align: left;
    font-size: 12px;
    height: 29px;
    padding-left: 38px;
    line-height: 29px;
}

body.login li .geetest, #register-form li .geetest, .yiyu2-login .geetest {
    margin-top: 7px;
    margin-left: 38px;
    +margin-left: 29px;
    height: 28px;
}

body.login .username-line, .new-ul .username-line, .yiyu2-login .username-line {
    height: 115px;
    overflow: hidden;
}

body.talent-login .confirm-line {
    padding: 0px 0 30px 0;
}

body.login .titleli {
    padding-top: 24px;
    letter-spacing: 2px;
}

body.login .login_title {
    line-height: 33px;
    font-size: 18px;
    color: red;
    font-weight: bolder;
}

body.login .title {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 1px;
}

body.login .password-line, .new-ul .password-line, .yiyu2-login .password-line {
    height: 73px;
}

body.login .register-line, .yiyu2-login .register-line {
    line-height: 43px;
}

    body.login .register-line div, .yiyu2-login .register-line div {
        margin: 0 auto;
        width: 322px;
        text-align: left;
    }

body.login .third-login-line, .yiyu2-login .third-login-line {
    position: relative;
}

    body.login .third-login-line hr, .yiyu2-login .third-login-line hr {
        position: absolute;
        width: 322px;
        left: 36px;
        top: 3px;
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #dcdcdc;
    }

    body.login .third-login-line label, .yiyu2-login .third-login-line label {
        background: #fff;
        z-index: 2;
        position: relative;
        padding: 0 14px;
    }

    body.login .third-login-line input[type='button'], .yiyu2-login .third-login-line input[type='button'] {
        border: none;
        border-radius: 5px;
        color: #fff;
        width: 147px;
        height: 45px;
        margin-top: 27px;
        margin-bottom: 29px;
    }

        body.login .third-login-line input[type='button']:first-child, .thirdlogin-buttons input[type="button"].qq-button, .yiyu2-login .third-login-line input[type='button']:first-child {
            background: url(/images/icon_QQ02.png) no-repeat 25px 7px;
            background-color: #5294D0;
            padding-left: 30px;
        }



body.login label.error, .register-body label.error, .forget-password label.error, .yiyu2-login label.error, .yiyu2-login label.error {
    display: block;
    color: red;
    text-align: left;
    margin-left: 52px;
}

body.login #code-login, body.login #password-login, .yiyu2-login #code-login, .yiyu2-login #password-login {
    cursor: pointer;
    margin-right: 39px;
    margin-top: 3px;
}

body.talent-login li input[type='text'], body.talent-login li input[type='password'] {
    margin-top: 5px;
}

body.talent-login .username-line, body.talent-login .password-line {
    height: 90px;
}
/* end Login page*/

/* register page*/
.new-ul {
    font-size: 100%;
    overflow: hidden;
}

    .new-ul li {
        width: 100%;
    }

        .new-ul li.title, li.forgot-li div {
            height: 50px;
            text-align: left;
            margin-left: 36px;
            font-size: 18px;
            font-weight: bold;
            padding-top: 30px;
        }

.enter-login li.title, .yiyu2-login li.enter-login {
    margin-top: 0px;
    width: auto;
    text-align: center;
    margin-left: 0;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 30px;
}

.red-title {
    color: red;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: -20px;
    z-index: -1;
}

.new-ul #verify-code, body.login #verify-code, .yiyu2-login #commverify-code, .yiyu2-login #enterverify-code {
    margin-left: 38px;
    +margin-left: 31px;
    margin-top: 0;
    +margin-top: 2px;
}

.new-ul input.short, body.login ul li input.short, .yiyu2-login ul li input.short {
    width: 182px;
    +width: 200px;
}

.new-ul #send-code.tiny, body.login #send-code.tiny, .yiyu2-login #commsend-code.tiny, .yiyu2-login #entersend-code.tiny {
    background: #E9E9E9;
    border: 2px solid #C8C8C8;
    margin-left: 6px;
    +margin-left: 0;
    height: 38px;
    /*line-height: 34px;*/
    margin-top: 4px;
    +padding-left: 0;
}

.new-ul .password-line {
    position: relative;
}

.new-ul #send-code.tiny, .new-ul #code-countdown {
    position: absolute;
    top: 0px;
    right: 38px;
}

.new-ul input.tiny, body.login input.tiny, .yiyu2-login input.tiny {
    width: 96px;
    color: #df2737;
}

    .yiyu2-login input.tiny:hover {
        background: #FFFFFF;
    }

.new-ul #code-countdown, body.login #code-countdown, .yiyu2-login #commcode-countdown, .yiyu2-login #entercode-countdown {
    float: left;
    width: 100px;
    margin-left: 34px;
    +margin-left: 24px;
    margin-top: 3px;
}

.new-ul .creation-button {
    background-color: #DF2737;
    color: #fff;
}

.new-ul li.login-line {
    height: 43px;
    line-height: 43px;
}

.new-ul li.thirdlogin-title, .new-ul li.login-line {
    height: 38px;
}

.new-ul .special-li {
    padding-left: 40px;
    text-align: left;
}

.new-ul a {
    color: red;
}

.br-li .third-party {
    background: url('/images/bg_3rdlogin.png') no-repeat;
    width: 324px;
    margin: 0 auto;
}

.new-ul li.thirdlogin-buttons, .new-ul li.terms {
    height: 50px;
    +height: 40px;
    margin-bottom: 10px;
}

.new-ul input[type="button"].qq-button, .new-ul input[type="button"].weixin-button,
.login input[type="button"].qq-button, .login input[type="button"].weixin-button {
    width: 147px;
    border-radius: 4px;
    font-size: 15px;
    letter-spacing: 2px;
    padding-left: 53px;
}

    .new-ul input[type="button"].qq-button:hover, .new-ul input[type="button"].weixin-button:hover,
    .login input[type="button"].qq-button:hover, .login input[type="button"].weixin-button:hover {
        opacity: .9;
    }

input[type="button"].weixin-button {
    background: url("/images/icon_weixin02.png") no-repeat 20px;
    background-color: #69C53B;
}

input[type="button"].qq-button {
    background: url("/images/icon_QQ02.png") no-repeat 20px;
    background-color: #5294D0;
}

.new-ul li.thirdlogin-buttons, .new-ul li.terms {
    height: 50px;
    +height: 40px;
    margin-bottom: 10px;
}

.new-ul .line-li {
    color: #9A9A9A;
    line-height: 25px;
}

    .new-ul .line-li span {
        color: #565656;
    }

.new-ul.login-ul {
    height: 522px;
}

.new-ul h1 {
    display: inline-block;
}

.new-ul label.error, body.login label.error, .yiyu2-login label.error {
    clear: both;
}

.error a {
    text-decoration: underline;
}

.new-ul .special-select {
    font-size: 17px;
    font-weight: bold;
    color: #565656;
}

.new-ul select {
    background: url("/images/icon_arrow02_down.png") no-repeat scroll 282px center transparent;
}

body.login #verify-code {
    +margin-left: 29px;
    +margin-top: 1px;
}

.new-ul.login-ul .right-a {
    float: right;
    padding-right: 40px;
}

.registerSuccess-body .content-wrapper {
    padding-top: 142px;
    background: transparent;
}
/*#register-form li{
    padding-bottom: 28px;
}*/
#register-form .start_tran {
    width: 96px;
    height: 38px;
    background: #fff;
    border: 2px solid #E61D25;
    color: #DF2737;
    border-radius: 3px;
    font-size: 16px;
}

#register-form .success-tip {
    font-size: 23px;
    letter-spacing: 2px;
    padding-left: 10px;
}

/* end register page*/

/* Forgot page */
li.forgot-li {
    position: relative;
}

ul.forgot-ul {
    height: 430px;
}

.login-form .document-interpretnew, .forgot-form .document-interpretnew {
    padding-top: 0px;
    padding-bottom: 35px;
}

.login-form ul.procedure-icon, .forgot-form ul.procedure-icon {
    width: 319px;
    background: #F4F4F4;
}

    .login-form ul.procedure-icon li, .forgot-form ul.procedure-icon li {
        text-align: left;
    }

    .login-form ul.procedure-icon li, .forgot-form ul.procedure-icon li {
        width: 141px;
    }

.login-form ul.procedure-character, .forgot-form ul.procedure-character {
    width: 426px;
    background: #F4F4F4;
}

.login-form .procedure-character li, .forgot-form .procedure-character li {
    width: 142px;
    color: #9A9A9A;
}

    .login-form .procedure-character li:first-child, .forgot-form .procedure-character li:first-child {
        color: #DF2737;
    }

.promptMessage {
    height: 73px;
    color: red;
    font-size: 16px;
    padding-top: 25px;
}

.new-password-label {
    padding-top: 15px;
    font-size: 16px;
}

.new-password {
    height: 80px;
    margin-top: 30px;
}

.affirm-new-password {
    height: 50px;
}

.affirm-password-button {
    padding-top: 20px;
}

.forgot-ul .password-line label.error {
    float: left;
    padding-right: 90px;
}

.document-interpretnew ul {
    overflow: hidden;
    margin: 0px auto;
}

.document-interpretnew .procedure-icon li {
    background: url("/images/procedure-no.png") no-repeat 0 center;
    width: 171px;
    +width: 157px;
    float: left;
    padding-left: 14px;
    color: #9A9A9A;
    font-size: 15px;
    line-height: 40px;
}

.document-interpretnew .procedure-icon .icon-begin {
    background: url("/images/procedure-yes.png") no-repeat;
    color: #DF2737;
}

.document-interpretnew .procedure-icon .icon-end {
    background: url("/images/procedure-no-end.png") no-repeat;
    width: 36px;
}

.procedure-character .character-begin {
    color: #DF2737;
}

.document-interpretnew .procedure-character li {
    float: left;
    font-size: 15px;
    line-height: 3;
    text-align: center;
}
/* end Forgot page */

/* payment page*/
.tab-wrapper .warm-prompt .payment-tips {
    width: 92.3%;
    text-align: center;
    color: #999999;
    display: inline-block;
}

.tab-wrapper .payment-info {
    width: 100%;
}

.tab-wrapper .payment-success {
    width: 81%;
}

#self-order-info {
    width: 97%;
}

.tab-wrapper .payment-info .statistical {
    width: calc(100% - 92px);
    background-color:#f7f9fb;
}

.payment-info .statistical label, .payment-success .statistical label {
    margin-right: 24px;
}

.payment-info .statistical label b.price-size {
font-size: 18px;
}

.pay-methods .icon-alipay .pay-titles {
    margin-top: 15px;
    color: #999999;
    font-size: 12px;
}

.tab-wrapper .pay-password input[type="button"] {
    font-size: 14px;
    height: 40px;
    width: 150px;
    border: none;
    margin: 0 auto;
    line-height: 36px;
}

.pay-password {
    height: 96px;
    width: 128px;
    margin: 0 auto;
    line-height: 96px;
}

.tab-content .succeed-pay p {
    margin-bottom: 15px;
    letter-spacing:1px;
    color:#999999;
    font-size:14px;
}

.tab-content .succeed-pay a {
    color: blue;
    text-decoration: underline;
}

.succeed-pay.confirm-offer-div input[type="button"]:nth-child(1) {
    /*padding-left: 41px;*/
    /*background: #DF2737 url("/images/icon_contact_bg.png") no-repeat 15px;*/
    /*background: #D34141;
    display:inline-block;*/
    margin-right:20px;
}

.succeed-pay.confirm-offer-div input[type="button"]:nth-child(2) {
    margin-right:20px;
    background-color:white;
    color:#D34141;
    border:1px solid #D34141;
}

.succeed-pay.confirm-offer-div input[type="button"] {
    font-size: 14px;
    height: 34px;
    width: 100px;
    border: none;
    margin: 0 auto;
    line-height: 32px;
}
/*end payment page */

/* succeed page*/
.succeed-content {
    height: 575px;
    background: #f4f4f4;
}

    .succeed-content .checkstand-pay {
        height: 420px;
    }

.succeed-pay {
    text-align: center;
    margin: 30px 0;
    height: 230px;
    padding: 3px 0px;
    font-size: 14px;
    letter-spacing: 2px;
}

    .succeed-pay div label {
        color: red;
    }

    .succeed-pay div {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
        color:#666666;
    }

.look-orders {
    margin-top: 27px;
    font-size: 14px;
}

    .look-orders a {
        color: red;
        text-decoration: underline;
    }
/* end succeed page*/

/* checkstand page */
.comfirm-ul .border-right, .order-ul .border-right {
    border-right: none;
}

.checkstand-content {
    height: 680px;
    background: #f4f4f4;
}

.main-content.checkstand {
    width: 1155px;
    margin: 0px auto;
    height: 100%;
    padding: 10px 0px;
}

.checkstand-pay, .confirm-div {
    height: 545px;
    border: 1px solid #CACACA;
    border-radius: 2px;
    padding: 35px 22px 0px 22px;
    background: #fff;
}

    .checkstand-pay .order-id, .confirm-div .order-id {
        margin: 0px 0px 15px 0px;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .checkstand-pay .span-right {
        margin-right: 26px;
    }

.order-ul .special-li {
    width: 245px;
}

.order-ul, .confirm-ul {
    height: 56px;
}

    .order-ul li {
        float: left;
        border: 1px solid #CACACA;
        border-left: none;
        font-size: 15px;
        font-weight: bold;
        line-height: 53px;
        height: 55px;
        width: 277px;
        +width: 258px;
    }

.li-bg {
    background-image: url("/images/icon_yes.png");
    background-repeat: no-repeat;
    background-position: 16px;
    background-size: 20px;
}

    .li-bg.special-li {
        color: #969696;
        padding: 0px 30px 0px 50px;
    }

.order-ul .order-span {
    float: right;
}

.special-span {
    position: relative;
    left: 20px;
}

.li-bg.special {
    width: 175px;
    height: 55px;
}

.li-bg .span {
    margin: 0px;
}

.special-li.special-li-span {
    padding: 0px 30px 0px 30px;
}

    .special-li.special-li-span.none-bold {
        font-weight: normal;
    }

    .special-li.special-li-span.bold-span {
        font-weight: bold;
        font-size: 18px;
        border-right: none;
    }

        .special-li.special-li-span.bold-span .order-span {
            color: red;
        }

.border-right .span-right {
    font-size: 17px;
    font-weight: bold;
    color: red;
}

.pay-div {
    margin-top: 20px;
    height: 200px;
    border: 2px solid #FFD1D5;
}

    .pay-div .balance {
        height: 108px;
        border-bottom: 1px solid #FFD1D5;
    }

.balance div {
    height: 54px;
}

.checkboxFive {
    width: 100%;
    position: relative;
    padding: 25px 20px;
}

    .checkboxFive #yes {
        padding-left: 17px;
        cursor: pointer;
        position: relative;
        width: 16px;
        height: 16px;
        border-radius: 3px;
        top: 0;
        left: -18px;
        background: #fff;
        border: 2px solid red;
    }

        .checkboxFive #yes:after {
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 3px;
            left: 3px;
            border: 3px solid red;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.money-div {
    text-align: right;
    position: absolute;
    top: 30px;
    font-size: 15px;
    font-weight: bold;
    right: 25px;
    +right: 67px;
}

.possess-yibaoao .possess-span {
    float: right;
    margin-top: -15px;
    color: #565656;
    font-size: 14px;
}

    .possess-yibaoao .possess-span label {
        font-weight: bold;
    }

.replace-div {
    text-align: right;
    position: relative;
    top: -15px;
}

.possess-yibao .replace-span {
    color: #565656;
    font-size: 15px;
}

.money-div .money-span {
    color: red;
    margin-left: 0px;
}

.third-payment {
    width: 100%;
    position: relative;
    padding: 25px 20px;
}

    .third-payment #payment {
        padding-left: 17px;
        cursor: pointer;
        position: relative;
        width: 16px;
        height: 16px;
        border-radius: 3px;
        top: 0;
        left: -18px;
        background: #fff;
        border: 2px solid red;
    }

        .third-payment #payment:after {
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 3px;
            left: 3px;
            border: 3px solid red;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .third-payment #payment:hover::after {
            opacity: 0.5;
        }

    .third-payment input[type=checkbox]:checked + #payment:after {
        opacity: 1;
    }

    .third-payment nobr {
        margin-left: -5px;
        cursor: pointer;
        letter-spacing: 1px;
    }

        .third-payment nobr label {
            font-size: 17px;
            position: relative;
            top: 2px;
        }

.pay-type {
    height: 70px;
}

    .pay-type .pay-methods {
        height: 50%;
        text-align: center;
        padding-left: 40px;
    }

    .pay-type .pay-typeb {
        height: 50%;
        text-align: center;
        padding-left: 30px;
    }

.pay-type-sytle {
    border: 2px solid red !important;
    border-radius: 3px !important;
}

.pay-type .pay-methods .icon-alipay, .icon-weixin {
    cursor: pointer;
    height: 80px;
    width: 252px;
    float: left;
    border-radius: 2px;
}

.checkstand-display {
    display: none;
}

.icon-alipay .pay-whether {
    height: 20px;
    width: 20px;
}

.pay-type .pay-typeb div {
    color: #565656;
    padding-top: 10px;
    font-size: 14px;
    height: 45px;
    width: 300px;
    float: left;
}

.icon-weixin.typet-div {
    margin-left: 85px;
}

.typeb-div {
    margin-left: 22px;
}

.pay-password a {
    margin: 0px 70px 0px 20px;
    text-decoration: underline;
    font-size: 15px;
}

.pay-password input[type="text"] {
    padding-left: 15px;
    height: 38px;
    width: 240px;
    border: 2px solid #CACACA;
    border-radius: 3px;
}

.pay-password input[type="button"] {
    font-size: 16px;
    border-radius: 3px;
    margin-left: 15px;
    height: 40px;
    width: 115px;
}

.pay-methods input[type=radio] {
    visibility: hidden;
    display: none;
}

.pay-methods label {
    background: url("/images/RadioNoSelected.png") no-repeat 25% 50%;
    display: block;
    height: 100%;
    height: 50px;
    width: 300px;
    border: 1px solid #CACACA;
    border-radius: 3px;
}

.pay-methods div input[type=radio]:checked + label {
    background: url("/images/RadioSelected.png") no-repeat 25% 50%;
    border: 1px solid #D3303C;
    border-radius: 3px;
}

.pay-methods .icon-alipay, .pay-methods .icon-weixin {
    margin-right: 84px;
}

    .pay-methods .icon-alipay img, .pay-methods .icon-weixin img {
        margin-top: 7px;
    }
/* end checkstadn page */

/* confirm-offer page */
.confirm-content .document-interpret {
    padding-top: 40px;
}

.confirm-content .document-style {
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -706px;
}

.confirm-ul {
    width: 1041px;
    color: #9A9A9A;
    font-weight: bold;
    font-size: 14px;
}

    .confirm-ul li {
        width: 200px;
        float: left;
        border: 1px solid #CACACA;
        border-left: none;
        padding: 0px 20px 0px 50px;
        line-height: 4;
    }

.li-bg.order-li {
    width: 201px;
}

.confirm-ul .order-span {
    float: right;
}

.li-bg.select-language {
    text-align: center;
    width: 333px;
}

    .li-bg.select-language .language-span {
        float: left;
    }

.li-bg.select-li {
    width: 253px;
}

.confirm-ul .special-li {
    border-right: none;
}

.succeed-pay.confirm-offer-div {
    height: 305px;
}

.order-success-content .succeed-pay.confirm-offer-div {
    height: 60px;
}

.succeed-pay.confirm-offer-div {
    line-height: 2;
}

    .succeed-pay.confirm-offer-div label {
        color: #DF2737;
    }

.main-content.confirm-offer {
    width: 1155px;
    margin: 0px auto;
    height: 100%;
    overflow: hidden;
    padding-bottom: 53px;
}
/* end confirm-offer page */

/* succeed page*/
.succeed-content {
    height: 575px;
    background: #f4f4f4;
}

    .succeed-content .checkstand-pay {
        height: 420px;
    }

.checkstand-pay .left_word-count {
    color: #9A9A9A;
    margin-left: 48px;
}

.succeed-pay div label {
    color: red;
}

.look-orders {
    margin-top: 27px;
    font-size: 14px;
}

    .look-orders a {
        color: red;
        text-decoration: underline;
    }
/* end succeed page */


/* News_list page*/
.news-div {
    padding-top: 21px;
    padding-bottom: 46px;
}

.headline {
    font-size: 18px;
    color: #636363;
    line-height: 52px;
    font-weight: bold;
    margin-left: 13px;
}

.news-div .news-display {
    border-radius: 3px;
    background: #FFFFFF;
    overflow: hidden;
    padding: 16px 35px 55px 40px;
}

    .news-div .news-display .overflow li {
        list-style: disc;
        overflow: hidden;
        line-height: 49px;
        font-size: 14px;
    }

        .news-div .news-display .overflow li span:nth-child(2) {
            margin-left: 6px;
        }
/* end News_List page*/

/* News_details page*/
.news-div .details-div .details-body p {
    text-indent: 26px;
}

.news-div .news-display .details-headline {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 42px;
    padding-left: 33px;
    padding-right: 34px;
}

.news-div .news-display h2 {
    display: inline;
    font-size: 28px;
    font-weight: bold;
}

.news-div .news-display .details-headline h3 {
    color: #9A9A9A;
    font-size: 13px;
    margin-top: 25px;
}

.news-div .news-display .details-div {
    padding-left: 33px;
    padding-right: 34px;
    clear: both;
    line-height: 30px;
    font-size: 14px;
}

.news-div .news-display table {
    border: none;
}

.news-div .news-display .details-div table tr td {
    overflow: hidden;
    margin-left: 30px;
}
/* end News_details page*/

/*contact us page*/
.ttu {
    width: 1050px;
    height: 250px;
    margin: 0 auto;
    padding-top: 10px;
}

.main {
    width: 1050px;
    height: auto;
    margin: 25px auto 0px;
}

.mainL {
    width: 249px;
    height: auto;
    float: left;
}

.hg {
    width: 249px;
    height: 26px;
    background: url(/images/bg04.png) no-repeat;
    margin-bottom: 18px;
}

    .hg a {
        line-height: 26px;
        font-size: 12px;
        color: #fff;
        padding-left: 25px;
        width: 249px;
        height: 26px;
        display: inline-block;
    }

.mz2 {
    width: 249px;
    height: auto;
    padding-left: 20px;
}

    .mz2 a {
        width: 249px;
        height: 20px;
        color: #666;
        font-size: 12px;
        padding-left: 5px;
        margin-bottom: 10px;
        display: block;
    }

.mainR {
    width: 776px;
    height: auto;
    float: left;
    margin: 30px 40px 20px 90px;
}

.lianxi01 {
    width: 459px;
    height: 274px;
    float: left;
}

.lianxi02 {
    width: 285px;
    float: right;
}

    .lianxi02 h3 {
        color: #666;
        font-size: 16px;
        line-height: 34px;
        font-weight: normal;
    }

    .lianxi02 p {
        color: #666;
        font-size: 14px;
        line-height: 28px;
        font-weight: normal;
        margin-bottom: 28px;
        height: 57px;
    }

    .lianxi02 img {
        margin-bottom: 10px;
    }
/* end contact us page*/

/* 图片文字切换特效样式 */
.main-product {
    width: 1300px;
    height: 197px;
    margin: 0 auto;
    overflow: hidden;
}

    .main-product a {
        display: block;
        height: 198px;
    }

.holder {
    overflow: hidden;
    width: 292px;
    height: 198px;
    float: left;
    position: relative;
    margin-right: 10px;
    z-index: 110;
}
.holder a:hover span{
    color: #FFFFFF;
}

    .holder.paper, .holder.resume {
        background-color: #9EC2DB;
    }

    .holder.credentials, .holder.contract {
        background-color: #DCC59B;
    }

.special-main .holder.immigrant, .special-main .holder.product {
    background-color: #E3AEAB;
}

.special-main .holder.culture, .special-main .holder.publish {
    background-color: #B6CB9A;
}

.main-product .holder .image {
    position: absolute;
    left: 0px;
    margin: 0px !important;
    z-index: 110;
}

.main-product .holder .paper01 {
    width: 62px;
    height: 62px;
    position: absolute;
    margin-top: 68px;
    margin-left: 116px;
}

.holder span {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding: 4px;
    position: absolute;
    top: 20px;
    left: 4px;
    z-index: 120;
}

.main-product .holder .text {
    padding: 70px 20px 20px 20px;
    display: none;
    line-height: 25px;
    position: absolute;
    top: 30px;
    font-size: 15px;
    color: #fff;
    width: 292px;
}

.main-product.special-main {
    margin-top: 10px;
}

.invoice-title-td .desc-odd-li {
    width: 30%;
    text-align: right;
}

.invoice-title-td .content-even-li {
    width: 70%;
}

.invoice-title-td span:hover + div {
    display: block;
    float: left;
    position: absolute;
    top: 8px;
    z-index: 9999;
    /*top: 0px;
    left: 0px;*/
    border: 1px solid #929292;
    border-radius: 5px;
    padding: 24px 24px 46px 24px;
    background: white;
    width: 440px;
}

.price-list#show_Img {
    width: 700px;
    height: 500px;
    top: 20%;
    left: 30%;
}

th.document-date {
    width: 127px;
}

a.look-image {
    margin-right: 152px;
    text-decoration: underline;
}

.price-list#show_Img img {
    max-height: 443px;
    max-width: 643px;
}

.invoice-info b, .check-taker-info b {
    color: red;
    font-size: 15px;
}

.parent-div {
    display: inline-block;
    position: relative;
}

/*yiyuv2 page*/
.banner-yi {
    background-size: cover;
    -webkit-background-size: cover;
    height: 60px;
    background-repeat: no-repeat;
}

    .banner-yi .header-yi {
        margin-top:16px;
    }

/*.header-yi header h1 {
    background: url('/images/cipg_logo_01.png') no-repeat;
    text-indent: -9999px;
    height: 48px;
    width: 50px;
}*/

.header-yi .match-platform {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    margin: 0px 0 0 20px;
    display: inline-block;
    float: left;
    color: #666666;
}

.header-yi .nav-bar li {
    width: 80px;
}

.header-yi .nav-bar a, .header-yi .anonym-actions a, .header-yi .member-actions a {
    color: #666666;
}

.header-yi .nav-bar a {
    float: left;
}

.header-yi .nav-bar .down, .my-account .down {
    margin-left: 8px;
    display: none;
    line-height: 48px;
}

.header-yi .nav-bar #community .down, .my-account .down {
    display: inline-block;
}

.header-yi .nav-bar li.active .down {
    display: inline-block;
}

.header-yi .nav-bar.adjust-margin li:first-child {
    width: auto;
    margin: 0 50px 0 0;
}

.header-yi .nav-bar #product {
    position: relative;
    z-index: 200;
}
.header-yi .nav-bar #more {
    position: relative;
    z-index: 200;
}
    .header-yi .nav-bar #product li, .header-yi .nav-bar #product li a {
        height: 33px;
        text-align: center;
        width: 90px;
        line-height: 33px;
        color: #999999;
        font-size: 14px;
    }

.header-yi .nav-bar #more li:first-child {
            margin: 0 auto;
        }

    .header-yi .nav-bar #more li, .header-yi .nav-bar #more li a {
        height: 33px;
        text-align: center;
        width: 90px;
        line-height: 33px;
        color: #999999;
        font-size: 14px;
    }

        .header-yi .nav-bar #more li:first-child {
            margin: 0 auto;
        }

.header-yi .nav-bar li, .header-yi .anonym-actions li {
    margin: 0 20px 0 0;
    line-height: 48px;
    height: 48px;
}

.header-yi .anonym-actions li {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    /*width: 50px*/;
}

    .header-yi .anonym-actions li:first-child {
        background: url("/images/splitter_b.png") no-repeat 47px 17px;
    }

.header-yi .nav-bar li:first-child a {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}

.header-yi .artificial-list, .header-yi .artificial-list1 {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 300;
    top: 38px;
    left: 0;
    border:1px solid #dcdcdc;
    border-radius:2px;
    background-color:#ffffff;;
}

.artificial-list .tip-list ,.artificial-list1 .tip-list {
    width: 90px;
    height: 90px;
}

.artificial-list .triamgle-position, .artificial-list1 .triamgle-position {
    top: 0;
    left: 10px;
}

.artificial-list .pointer-triangle, .artificial-list1 .pointer-triangle {
    height: 0px;
    width: 0px;
    border-bottom: 10px solid #FFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}




.banner-info-index {
    background: url('/images/bg_00_02New.png');
    min-height: 780px;
    position: relative;
}

    .banner-info-index .banner-info {
        width: 633px;
        margin: 0 auto;
        text-align: center;
        letter-spacing: 5px;
        padding-top: 120px;
    }

.banner-info .first {
    font-size: 48px;
    color: #333333;
}

.banner-info .second {
    font-size: 20px;
    margin-top: 10px;
}

    .banner-info .second span {
        color: #D3303C;
        font-weight: bolder;
        font-size: 30px;
        margin-right: 10px;
    }

.banner-info .third a {
    width: 291px;
    margin: 50px auto auto auto;
    height: 70px;
    font-size: 30px;
    display: block;
    line-height: 65px;
    border: 2px solid #FFFFFF;
    border-radius: 26px;
    color: #FFFFFF;
    background: rgba(230, 42, 54, 0.8);
}

    .banner-info .third a span {
        padding-left: 9px;
    }

    .banner-info .third a:hover {
        background: rgba(255, 51, 65, 0.8);
    }

        .banner-info .third a:hover span {
            color: #FFFFFF;
            opacity: 0.8;
        }


    .banner-info .third a:active {
        box-shadow: inset 0 0 2px 2px #D3303C;
    }

.prof-services .services-title p:nth-child(3) a:hover,
#bg_05.hit .project-apply a.more:hover,
.community-right ul li a.more:hover,
.plat-right .more a:hover,
.place-div .order-information:hover,
.place-div .upload .file a:hover,
.tab-content .succeed-pay p a:hover {
    color: #FC0819;
    font-weight: bolder;
}

.nav-yi, .nav-header {
    background: #33393C;
    height: 52px;
}

.nav-yi {
    width: 100%;
}

.nav-header {
    padding: 2px 0;
    background: none;
}

.nav-yi .nav-header h1 {
    background: url('/images/cipg_logo.png') no-repeat;
    width: 48px;
    height: 48px;
    float: left;
}

.nav-yi .nav-bar {
    float: left;
    margin-top: -95px;
}

    .nav-yi .nav-bar li {
        float: left;
        width: 90px;
        line-height: 48px;
        font-size: 18px;
        margin-left: 89px;
        letter-spacing: 2px;
        text-align: center;
    }

.nav-yi-index .nav-bar li {
    width: 100px;
    margin-left: 161px;
    margin-top: -145px;
    text-align: center;
}

.nav-yi .nav-bar li a {
    color: #E6E6E6;
}

.nav-yi .nav-bar li:hover, .nav-yi .nav-bar li.active {
    background: url('/images/bg_selected_menu_gray.png') repeat-x 0 bottom;
}

    .nav-yi .nav-bar li:hover span, .nav-yi .nav-bar li.active span {
        color: #FFFFFF;
        font-weight: bolder;
        background-color: transparent;
    }

.trans-plat {
    margin: 90px 0 90px 0;
    overflow: hidden;
}

    .trans-plat .plat-left {
        /*width: 453px;*/
        width: 487px;
        float: left;
        overflow: hidden;
    }

.talent-authority {
    margin: 80px auto auto auto;
    width: 411px;
}

    .talent-authority h3 {
        font-size: 25px;
        text-align: center;
    }

    .talent-authority ul {
        margin: 40px 30px 0 0;
    }

    .talent-authority li {
        width: 315px;
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        margin-bottom: 10px;
        letter-spacing: 2px;
    }

        .talent-authority li:last-child {
            margin-bottom: 0px;
        }

        .talent-authority li div:nth-child(1) {
            color: #D3303C;
            font-size: 25px;
            float: left;
        }

        .talent-authority li div:nth-child(2) {
            float: right;
            color: #A1A1A1;
            font-size: 12px;
        }

.plat-right {
    width: 480px;
    float: right;
    margin-top: 30px;
}

    .plat-right .waiwenju {
        margin: 30px 0 46px 0;
        font-size: 35px;
    }

        .plat-right .waiwenju p:nth-child(1), .plat-right .more a {
            color: #D3303C;
        }

    .plat-right .more {
        margin-top: 15px;
        font-size: 14px;
    }

    .plat-right li {
        margin-bottom: 10px;
        color: #A1A1A1;
        font-size: 12px;
    }

.main-community {
    background: url('/images/bg_02.jpg') no-repeat;
    width: 100%;
}

    .main-community .main-content {
        position: relative;
        padding-top: 90px;
    }

    .main-community .community-left {
        width: 375px;
        float: left;
    }

    .main-community .community-center {
        float: left;
        margin: 97px 0;
    }

    .main-community .community-left .community-left-img img:nth-child(2) {
        margin: 146px 0 90px 0;
    }

.community-left .community-title a,
.community-right ul li .title-a,
.services-title p:nth-child(1),
.comm-banner p.first a, .comm-banner p.last a {
    font-size: 21px;
    color: #D3303C;
    margin-bottom: 15px;
    display: block;
}

.parsing {
    font-size: 35px;
    color: #2B2B2B;
}

.community-left ul {
    margin: 36px 0 46px 0;
}

    .community-left ul li {
        margin-bottom: 25px;
        color: #999999;
        font-size: 14px;
    }

        .community-left ul li p:first-child, .project-yi .community-left ul li p:nth-child(2) {
            margin-bottom: 5px;
        }

        .community-left ul li:last-child {
            margin-bottom: 0px;
        }

.main-community .community-right {
    width: 303px;
    position: absolute;
    right: 0;
}

.community-right ul {
    margin: 161px 0 0 15px;
}

    .community-right ul li {
        margin-bottom: 25px;
    }

        .community-right ul li p {
            color: #A1A1A1;
            font-size: 12px;
        }

        .community-right ul li .title-a {
            color: #2B2B2B;
            display: block;
        }

        .community-right ul li p:nth-child(2) {
            margin-bottom: 3px;
        }

        .community-right ul li a {
            font-size: 14px;
            color: #D3303C;
        }

.project-yi {
    margin: 90px 0;
}

    .project-yi .project-content {
        height: 280px;
    }

    .project-yi .community-left {
        width: 477px;
    }

    .project-yi a.next {
        width: 59px;
        height: 51px;
        display: block;
        margin: 50px auto auto auto;
    }

.main-project {
    width: 100%;
    height: 920px;
    position: relative;
}

.project-sort .project-sort-content {
    /*width:  45.6%;*/
    height: 920px;
    float: left;
    overflow: hidden;
    color: #ffffff;
}

.J_slide_item:nth-child(3) .project-sort-content {
    width: 6.5%;
}

.project-sort .project-sort-content:nth-child(2) {
    width: 185px;
}

.project-sort .project-sort-content:nth-child(3) {
    width: 44.6%;
}

.project-sort #bg_04 {
    text-align: right;
    z-index: 9;
    position: absolute;
    left: 8.15%;
    width: 6.92%;
}

.project-sort #bg_06 {
    text-align: left;
    z-index: 9;
    position: absolute;
    right: 8.37%;
}

.project-sort #bg_05.hit {
    width: 8.38%;
    color: #000000;
    position: absolute;
    left: 46%;
    text-align: center;
}

.project-sort .project-sort-content .txt {
    margin: 47% 6%;
}

.project-sort #bg_05 .txt {
    margin: 39% 6%;
}

.project-sort #bg_06 .txt {
    margin: 50% 6%;
}

.project-sort .project-sort-content .txt h3.active {
    font-weight: bolder;
    font-size: 25px;
    cursor: default;
}

.project-sort-content .txt .project-apply {
    display: block;
    padding-top: 20px;
}

    .project-sort-content .txt .project-apply h4 {
        font-size: 21px;
        letter-spacing: 2px;
    }

.txt .project-apply .project-yi-list {
    margin: 45px 0;
}

.txt .project-apply a, #bg_06.select .project-apply .project-yi-list {
    color: #FFFFFF;
}

.txt .project-apply .project-yi-list a ,.txt .project-apply .project-yi-list span{
    margin-bottom: 8px;
    color: #D9D9D9;
    display: block;
}

#bg_04.pitch {
    position: absolute;
    left: 0;
    z-index: 9;
}

#bg_06.pitch {
    position: absolute;
    right: 0;
    z-index: 9;
}

#bg_05.hit .project-apply .project-yi-list a {
    color: #737373;
}

    #bg_05.hit .project-apply .project-yi-list a:hover {
        color: #DF2737;
    }

#bg_05.hit .project-apply a.more {
    color: #D3303C;
}

.project-sort #bg_06 .project-apply h4 {
    color: #3B3C3D;
}

#bg_04 h3.color, #bg_05 h3.color {
    color: #666666;
}

#bg_04 h3.colorother, #bg_06 h3.colorother {
    color: #D9D9D9;
}

.prof-services {
    margin: 90px 0;
    overflow: hidden;
}

    .prof-services .services-title p:nth-child(2) {
        color: #666666;
        font-size: 16px;
    }

    .prof-services .services-title p:nth-child(3) {
        color: #2B2B2B;
        font-size: 35px;
    }

        .prof-services .services-title p:nth-child(3) a {
            color: #D3303C;
            font-size: 20px;
            margin-left: 50px;
        }

    .prof-services ul {
        margin-top: 97px;
    }

        .prof-services ul li {
            float: left;
            margin-right: 97px;
            width: 335px;
        }

            .prof-services ul li:nth-child(3n) {
                margin-right: 0px;
            }

            .prof-services ul li .li-column, .prof-services ul li .li-column {
                width: 306px;
                height: 147px;
            }

                .prof-services ul li .li-column div {
                    width: 190px;
                    float: left;
                    margin-right: 10px;
                }

                    .prof-services ul li .li-column div a:nth-child(1) {
                        font-size: 21px;
                    }

                    .prof-services ul li .li-column div p:nth-child(2) {
                        color: #999999;
                        font-size: 12px;
                        margin-top: 30px;
                        line-height: 22px;
                    }

                    .prof-services ul li .li-column div a:nth-child(1) b {
                        margin-right: 10px;
                        font-weight: bolder;
                    }

            .prof-services ul li:nth-child(2) {
                margin-top: 45px;
            }

            .prof-services ul li:nth-child(3) {
                margin-top: 87px;
            }

            .prof-services ul li .li-column:nth-child(2) {
                margin-top: 97px;
            }

footer h1 {
    background: url('/images/logo_bottom.png') no-repeat;
    width: 121px;
    height: 121px;
    position: relative;
    bottom: 6px;
}

.footer-yi {
    background: #eef1f5;
}

footer, footer .nav-bar a {
    /*color: #EAEAEA;*/
}

    footer .service-hotline {
        width: 200px;
    }

.service-hotline a {
    font-weight: bolder;
    font-size: 25px;
}

.order-footer {
    background: #F7F7F7;
    overflow: hidden;
}

    .order-footer footer {
        padding-top: 0px;
        width: 863px;
        margin: 0 auto;
    }

footer .guide-helpcenter, footer .guide-site, footer .guide-contact {
    float: left;
    width: 174px;
    text-align: center;
    font-size: 12px;
    margin-right: 143px;
}

footer .guide-contact {
    width: 228px;
    margin-right: 0px;
}

    footer .guide-helpcenter .first a, footer .guide-site .first a, footer .guide-contact .first a {
        font-size: 14px;
        color: #333333;
    }

footer .first {
    margin: 32px 0;
}

footer .second a {
    margin-right: 15px;
}

    footer .second a:last-child {
        margin-right: 0px;
    }

.order-footer footer .links {
    margin-top: 32px;
}

    .order-footer footer .links a {
        color: #666666;
    }

.order-footer footer .copyright {
    color: #999999;
}

.price-help-tip {
    font-size: 14px;
    color: #888;
    float: right;
    font-weight: normal;
    cursor: pointer;
}

    .price-help-tip img {
        vertical-align: -3px;
    }

.div div {
    margin: 0px 0px 15px 0px;
}

#addOrderForm .div div span {
    font-weight: normal;
}

.div .changeLan, .document-div .changeLan {
    display: inline-block;
    +display: inline;
    +zoom: 1;
    vertical-align: 2px;
    line-height: 12px;
    cursor: pointer;
    margin: 0 30px;
}

.tips {
    font-size: 14px;
    font-weight: normal;
}

    .tips img {
        margin: 0 5px 3px 60px;
    }

.tab-wrapper .translate-content {
    min-height: 110px;
}

    .tab-wrapper .translate-content textarea {
        height: 110px;
    }

.tab-wrapper .demand-remark textarea {
    height: 65px;
}
/* end yiyuv2page*/

/*轮播图 开始*/
.zy-Slide {
    font-size: 12px;
    position: relative;
    height: 322px;
    margin: 0 auto;
}

    .zy-Slide ul {
        position: relative;
        height: 307px;
        margin: 0;
        padding: 0;
    }

    .zy-Slide li {
        position: absolute;
        list-style: none;
        width: 0;
        height: 0;
        top: 146px;
        left: 377px;
        z-index: 0;
        cursor: pointer;
        border-radius: 3px;
        margin: 0;
        padding: 0;
    }

        .zy-Slide li .slide-name {
            position: relative;
            top: 20px;
            left: 10px;
            width: 92%;
            text-align: center;
        }

        .zy-Slide li img {
            width: 100%;
            height: 100%;
            vertical-align: middle;
        }

    .zy-Slide section {
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .zy-Slide .prev-next {
        width: 270px;
        margin: 0 auto;
    }

    .zy-Slide .slide-name p:nth-child(1) {
        font-size: 16px;
        margin-bottom: 5px;
    }
/*轮播图 结束*/

/*项目轮播*/
#slideBox {
    width: 100%;
    overflow: hidden;
}

    #slideBox .J_slide {
        z-index: 1;
    }

    #slideBox .J_slide_list .J_slide_item {
        height: 920px;
        float: left;
    }

        #slideBox .J_slide_list .J_slide_item:nth-child(1) {
            background: url('/images/bg_04.jpg') no-repeat;
            background-size: contain;
        }

        #slideBox .J_slide_list .J_slide_item:nth-child(2) {
            background: url('/images/bg_05.jpg') no-repeat;
            background-size: contain;
        }

        #slideBox .J_slide_list .J_slide_item:nth-child(3) {
            background: url('/images/bg_06.jpg') no-repeat;
            background-size: contain;
        }

        #slideBox .J_slide_list .J_slide_item img {
            vertical-align: top;
        }

    #slideBox .J_slide_trigger {
        width: 100%;
        height: 32px;
        position: absolute;
        top: 17.5%;
        /*left:39.2% ;*/
        z-index: 9;
    }

        #slideBox .J_slide_trigger li {
            float: left;
            text-align: center;
            overflow: hidden;
            /*margin-right: 91px;*/
        }

            #slideBox .J_slide_trigger li:nth-child(1) {
                width: 45.2%;
                padding-right: 25px;
                text-align: right;
            }

            #slideBox .J_slide_trigger li:nth-child(2) {
                position: absolute;
                left: 47.6%;
            }

            #slideBox .J_slide_trigger li:nth-child(3) {
                position: absolute;
                right: 8.37%;
                text-align: left;
                width: 35%;
            }

            #slideBox .J_slide_trigger li a {
                font-size: 21px;
                display: block;
                height: 32px;
                color: #FFFFFF;
                font-family: "Microsoft Yahei";
            }

            #slideBox .J_slide_trigger li.cur a, .J_slide_trigger li a:hover {
                color: #FFFFFF;
                font-size: 25px;
                font-weight: bolder;
                position: relative;
                bottom: 6px;
            }

            #slideBox .J_slide_trigger li.color a {
                color: #D9D9D9;
            }

            #slideBox .J_slide_trigger li.colorthird a {
                color: #666666;
            }

            #slideBox .J_slide_trigger li:nth-child(2).cur a, .J_slide_trigger li:nth-child(2) a:hover {
                color: #2B2B2B;
            }

.J_slide_advance {
    width: 600px;
    float: left;
    height: 148px;
    margin-top: 1px;
}

    .J_slide_advance p {
        width: 199px;
        margin-right: 1px;
        float: left;
    }
/*项目轮播结束*/

/*Place the order 3*/
.order-yi, .order-yi.comm-child-info {
    /*background: url('/images/bg_01_02.jpg') no-repeat;*/
    background-color:#FCFCFC;
    min-height: 60px;
    position: relative;
    width: 100%;
}

    .order-yi .order-tab {
        /*background: rgba(222,234,244,0.6);*/
        background-color:#FEFEFE;
        height: 60px;
        line-height: 60px;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

.order-tab-li {
    width: 1020px;
    margin: 0 auto;
    height: 60px;
}

    .order-tab-li li {
        float: left;
        /*width: 98px;
    margin-right: 202px;*/
        height: 60px;
        font-size: 12px;
        color:#999999;
    }

        .order-tab-li li img {
            margin: 0 5px;
        }

        .order-tab-li li:last-child {
            margin-right: 0px;
        }

        .order-tab-li li a {
            background: url(/images/RadioNoSelected.png) no-repeat 0 center;
            width: 24px;
            height: 60px;
            display: inline-block;
            text-align: center;
            color: #FFFFFF;
            margin-right: 10px;
        }

        .order-tab-li li span {
            /*letter-spacing: 2px;*/
        }

        .order-tab-li li.active a {
            background: url(/images/icon_red_tick.png) no-repeat 0 center;
            color:#DA5D5F;
        }
/*end Place the order 3 */

/*yiyucommunity page*/
.comm-info-index {
    background: url('/images/bg_08_02.jpg');
    min-height: 780px;
    position: relative;
}

.comm-banner {
    width: 441px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 164px;
}

    .comm-banner p.first a {
        margin-bottom: 10px;
    }

    .comm-banner p.second {
        font-size: 44px;
    }

    .comm-banner p.third {
        margin: 50px 0;
        font-size: 14px;
        color: #FFFFFF;
        opacity: 0.8;
        line-height: 21px;
    }

    .comm-banner p.last a {
        margin-bottom: 0px;
    }

.comm-info-index .nav-yi, .nav-yi-index {
    position: absolute;
    bottom: 0px;
    background: rgba(3,3,3,0.7);
}

.comm-info-index .nav-header {
    background: none;
}

.information-news {
    background: url('/images/bg_09.jpg');
    min-height: 729px;
}

    .information-news .new-zixun {
        padding-top: 60px;
    }

.comm-title p:first-child {
    font-size: 21px;
}

.comm-title p:nth-child(2) {
    font-size: 35px;
    margin-bottom: 30px;
}

    .comm-title p:nth-child(2) a {
        font-size: 14px;
        color: #D3303C;
        line-height: 70px;
    }

        .comm-title p:nth-child(2) a:hover {
            font-weight: bolder;
        }

.comm-banner p.last a:hover {
    color: #FC0819;
}

.focus-pic .xtaber-content {
    margin-top: 30px;
}

    .focus-pic .xtaber-content p.first {
        font-size: 20px;
        color: #333333;
        font-weight: bolder;
    }

    .focus-pic .xtaber-content p.second {
        margin: 7px 0 17px 0;
    }

        .focus-pic .xtaber-content p.second span {
            color: #999999;
            font-size: 12px;
            margin-left: 5px;
        }

    .focus-pic .xtaber-content p.third {
        font-size: 14px;
        line-height: 20px;
    }

.new-zixun .zixun-left {
    width: 720px;
    float: left;
}
.new-zixun .zixun-left .idx-foc-tmp {
    height: 504px;
}

.new-zixun .zixun-right {
    width: 419px;
    float: right;
}

    .new-zixun .zixun-right .zixun-search {
        position: relative;
    }

.comm-search-input input {
    border-radius: 25px;
    width: 332px;
    height: 31px;
    border: 0px;
    padding-left: 104px;
    font-size: 14px;
}

.comm-search-input select {
    top: 8px;
    width: 100px;
    height: 31px;
    line-height: 31px;
    font-size: 15px;
    color: #666666;
    padding: 0px;
    border: none;
    background: #FFFFFF;
    font-family: "微软雅黑";
    z-index: 999;
}
/*.comm-child-tab .comm-search-input .comm-select {
    height: 45px;
    line-height: 57px;
    background: url("/images/select-icon.png") no-repeat scroll 84px 27px 
}*/
.comm-child-tab .comm-search-input select, .comm-child-tab .comm-search-input .customSelect {
    top: 14px;
}

.comm-child-tab .comm-search-input a {
    line-height: 56px;
}

.comm-search-input a.lg {
    position: absolute;
    right: 11px;
    top: 0px;
}

.zixun-right .zixun-search .search-hot {
    margin: 15px 11px 0 11px;
    font-size: 15px;
    height: 21px;
}
    /*.zixun-right .pane{
    margin-top: 27px;
}*/
    .zixun-right .zixun-search .search-hot a {
        margin-right: 21px;
    }

.zixun-right .pane li:nth-child(odd) {
    background: #F1F2F2;
}

.pane li .pane-list {
    padding: 10px 16px;
    height: 59px;
    overflow: hidden;
}

    .pane li .pane-list a {
        font-size: 14px;
    }

.information-news .pane li .pane-list {
    height: 63px;
    padding: 16px;
}

.pane li .pane-list div {
    height: 14px;
}

.pane li .pane-list p span, .pane li .pane-num span {
    font-size: 12px;
    color: #9A9A9A;
    margin-right: 3px;
}

.pane li .pane-num {
    float: right;
    position: relative;
    bottom: 6px;
    text-align: left;
}

.interact-right .pane li .interact-num {
    bottom: 0;
}

.main-article {
    margin: 60px auto;
}

.interaction-content .handpick {
    width: 422px;
    overflow: hidden;
    border-right: 2px solid #F2F2F2;
}

.handpick .handpick-con {
    width: 384px;
}

.handpick .comm-title p:nth-child(1) a {
    color: #999999;
}

.handpick .comm-title p:nth-child(1).active a,
.handpick .comm-title p:nth-child(1):hover a,
.social-articles p.title:hover,
.pane .ques-topic p:last-child a:hover {
    color: #D3303C;
    cursor: pointer;
}


.handpick .comm-title p:nth-child(2) {
    color: #D0D0D0;
    font-size: 16px;
    margin-bottom: 15px;
    height: 46px;
    position: relative;
}
.handpick .comm-title p:nth-child(2) span {
    position: absolute;
    bottom:0px;
    display: block;
}
.handpick .comm-title p:nth-child(2).active {
    font-size: 33px;
}

.handpick .more-news a {
    margin-right: 30px;
}

    .handpick .more-news a img {
        margin: 0 0 3px 8px;
    }

.social-articles {
    margin-top: 27px;
}

    .social-articles p {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .social-articles .author-div {
        position: relative;
        height: 180px;
    }

        .social-articles .author-div p {
            width: 100%;
            position: absolute;
            bottom: 0px;
            background: rgba(252,252,252,0.5);
            margin: 0;
        }

            .social-articles .author-div p span:first-child {
                margin-left: 10px;
            }

            .social-articles .author-div p span {
                color: #FFFFFF;
                font-size: 12px;
                margin-right: 10px;
                line-height: 25px;
            }

                .social-articles .author-div p span img {
                    margin-bottom: 3px;
                }

    .social-articles .details-p {
        font-size: 12px;
        color: #333333;
        margin: 12px 0 15px 0;
        line-height: 20px;
    }

    .social-articles .label-tips {
        margin-bottom: 27px;
    }

        .social-articles .label-tips a {
            margin-right: 10px;
            font-size: 14px;
            color: #999999;
        }

            .social-articles .label-tips a.active, .social-articles .label-tips a:hover {
                color: #D3303C;
            }

.handpick .pane li:nth-child(odd) {
    background: #FAFAFA;
}

.handpick .pane li .pane-list {
    padding: 10px 10px 10px 3px;
    height: 63px;
}

.interaction-content .pane li .pane-num {
    bottom: 0px;
}

.interaction-content .trans-question {
    width: 395px;
}

.trans-question .question-con {
    width: 333px;
    margin: 0 auto;
}

/*.trans-question .comm-title p:nth-child(2), .trans-test .comm-title p:nth-child(2) {
    font-size: 14px;
    height: 20px;
    margin-top: 23px;
}*/

.pane .ques-topic {
    margin-left: 10px;
}

    .pane .ques-topic p:first-child {
        color: #9A9A9A;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .pane .ques-topic p:last-child a {
        color: #999999;
        font-weight: bolder;
    }

.interaction-content .trans-test {
    width: 379px;
    border: none;
}

.trans-test .trans-test-div {
    margin-left: 33px;
}

.trans-test .pane .ques-topic {
    width: 238px;
}

    .trans-test .pane .ques-topic p:first-child, .interact-left .third-pane p:first-child {
        font-size: 16px;
        color: #323232;
    }

    .trans-test .pane .ques-topic p:nth-child(2), .trans-test .pane .ques-topic p:last-child span, .interact-left .third-pane p:nth-child(2), .interact-left .ques-topic p:last-child span {
        font-size: 14px;
        color: #9A9A9A;
    }

    .trans-test .pane .ques-topic p:last-child span, .interact-left .third-pane .ques-topic p:last-child span {
        color: #666666;
    }

    .trans-test .pane .ques-topic p:last-child .test-color {
        color: #D3303C;
    }

.trans-question .pane li:nth-child(odd), .trans-test .pane li:nth-child(odd) {
    background: none;
}

.trans-test .pane li, .interact-left .third-pane li {
    margin-top: 22px;
}

    .trans-test .pane li .pane-list, .interact-left .third-pane li .pane-list {
        height: 65px;
        padding: 0px;
    }

    .trans-test .pane li:last-child .pane-list {
        margin-bottom: 0px;
    }

.academy-news {
    background: url('/images/bg_10.jpg');
}

    .academy-news .zixun-right .pane li:nth-child(odd) {
        background: #F0EEEE;
    }

    .academy-news .zixun-right .zixun-search input {
        background: #F7F8FA;
    }

    .academy-news .comm-title p:nth-child(2), .comm-project .comm-title p:nth-child(2) {
        color: #D0D0D0;
    }

.comm-project {
    margin:60px auto;
}

    .comm-project .recomm-project ul {
        height: 212px;
    }

    .comm-project .recomm-project li {
        width: 380px;
        height: 91px;
        border-bottom: 1px solid #EDEDED;
        margin: 0 28px 15px 0;
        float: left;
    }

        .comm-project .recomm-project li:nth-child(3n) {
            margin-right: 0px;
        }

        .comm-project .recomm-project li .commproject-img {
            border: 1px solid #F2F2F2;
        }

            .comm-project .recomm-project li .commproject-img img {
                width: 81px;
                height: 88px;
            }

        .comm-project .recomm-project li .commproject-detail {
            background: #E6E6E6;
            padding: 10px 30px 10px 27px;
            border-top: 1px solid #EDEDED;
            height: 90px;
            width: 297px;
        }

.recomm-project li .commproject-detail h3 {
    font-size: 14px;
    font-weight: bolder;
    padding-bottom: 5px;
}

.recomm-project li .commproject-detail p {
    color: #999999;
    font-size: 12px;
}

.comm-project .recomm-project li:hover, .comm-project .recomm-project li.active {
    border: 1px solid #D3303C;
}

    .comm-project .recomm-project li:hover .commproject-img, .comm-project .recomm-project li.active .commproject-img {
        width: 78px;
        height: 85px;
        margin: 1.5px 1.5px;
    }

        .comm-project .recomm-project li:hover .commproject-img img, .comm-project .recomm-project li.active .commproject-img img {
            width: 76px;
            height: 83px;
        }

    .comm-project .recomm-project li:hover .commproject-detail, .comm-project .recomm-project li.active .commproject-detail {
        background: none;
    }

.comm-project .play-community {
    margin-top: 45px;
}

    .comm-project .play-community .steps-list {
        width: 1075px;
        height: 100px;
        margin: 0 auto;
    }

    .comm-project .play-community li {
        float: left;
    }

.play-community li .li-line-img {
    margin: 0 26px;
    width: 120px;
}

.play-community li p {
    width: 72px;
    text-align: center;
    color: #D3303C;
    margin-top: 10px;
    font-weight: bolder;
}

.comm-project .play-community .steps-detail li {
    width: 196px;
    margin-right: 55px;
    font-size: 15px;
    color: #999999;
}

.comm-project .play-community .steps-detail {
    margin-top: 58px;
    overflow: hidden;
}

    .comm-project .play-community .steps-detail li:last-child {
        margin-right: 0px;
    }

.comm-search-input span.customSelect {
    position: absolute;
    width: 100px;
    height: 31px;
    height: 31px;
    top: 8px;
    /*left: 106px;*/
}

.comm-search-input span.customSelectInner {
    background: url(/images/select-icon.png) no-repeat 70px 12px transparent;
    position: absolute;
    width: 100px !important;
    height: 31px;
    line-height: 31px;
    margin-left: 4px;
    padding-left: 4px;
    color: #565656;
}
/* end yiyucommunity page*/


/* yiyucommunityArticle page*/
.comm-child-info {
    background: url('/images/bg_11_02.jpg');
    min-height: 60px;
    position: relative;
    width: 100%;
}

    .comm-child-info .comm-child-tab {
        background: rgba(104,106,111,0.4);
        height: 60px;
        line-height: 60px;
        position: absolute;
        bottom: 0px;
        width: 100%;
        color: #FFFFFF;
    }

        .comm-child-info .comm-child-tab .comm-child-title a {
            color: #FFFFFF;
            letter-spacing: 2px;
        }

            .comm-child-info .comm-child-tab .comm-child-title a:hover {
                color: #D3303C;
            }

        .comm-child-info .comm-child-tab .comm-child-title .first, .comm-child-info .comm-child-tab .comm-child-title b {
            font-size: 21px;
        }

        .comm-child-info .comm-child-tab .comm-child-title .second {
            font-size: 18px;
        }

        .comm-child-info .comm-child-tab .comm-child-title .third {
            font-size: 14px;
        }

.comm-search-input {
    position: relative;
    line-height: 48px;
}

.comm-child-tab .comm-search-input {
    line-height: 60px;
}

.comm-search-input a {
    line-height: 44px;
}

.comm-child-content {
    margin: 30px auto;
}

    .comm-child-content .interact-left {
        width: 738px;
        overflow: hidden;
    }

.article-introduce {
    border-bottom: 1px solid #9A9A9A;
}

    .article-introduce .article-title span:nth-child(1) {
        font-size: 24px;
        font-weight: bolder;
    }

    .article-introduce .article-title .thumb-up-num {
        width: 68px;
        height: 27px;
        line-height: 27px;
        color: #D3303C;
        font-size: 14px;
        cursor: pointer;
        display: block;
        text-align: center;
        border-radius: 3px;
        font-weight: bolder;
        float: right;
        margin: 3px 0;
        border: 1px solid #D3303C;
    }

        .article-introduce .article-title .thumb-up-num i img, .personal-info .praise-thumb .thumb-up-num i img {
            width: 20px;
            height: 20px;
            position: relative;
            bottom: 2.5px;
        }

    .article-introduce .article-sort {
        height: 24px;
        margin: 13px 0;
    }

        .article-introduce .article-sort li {
            float: left;
            color: #9A9A9A;
            margin-right: 32px;
            font-size: 12px;
        }

            .article-introduce .article-sort li:first-child span {
                margin-left: 8px;
                display: inline-block;
            }

                .article-introduce .article-sort li:first-child span.displayname {
                    color: #D3303C;
                }

            .article-introduce .article-sort li:last-child {
                margin-right: 0px;
            }

            .article-introduce .article-sort li a {
                color: #D3303C;
                cursor: pointer;
            }

.hot-comments .comment-right a {
    color: #D3303C;
    cursor: pointer;
}

.article-content .article-text {
    border-bottom: 1px solid #9A9A9A;
    text-indent: 20px;
}

    .article-content .article-text label {
        padding: 20px 0;
        display: block;
        line-height: 22px;
    }

.article-list .article_next_prev p {
    margin-bottom: 20px;
    color: #9A9A9A;
}

.article-list .article_next_prev {
    margin-top: 20px;
    border-bottom: 1px solid #9A9A9A;
}

.article-content .article-source, .article-content .hot-comments .related-title {
    margin: 20px 0;
}

    .article-content .article-source li {
        color: #9A9A9A;
        margin-bottom: 15px;
    }

.article-introduce .article-sort li.read-comments {
    float: right;
}

.article-introduce .article-sort li span, .article-introduce .read-comments span b, .article-content .article-source li span, .hot-comments .related-title .hot-comments-num span b {
    color: #565656;
}

.article-content .article-related {
    border-bottom: 1px solid #9A9A9A;
}

    .article-content .article-related ul {
        margin: 0px 0 30px 0;
        overflow: hidden;
    }

    .article-content .article-related li {
        float: left;
        width: 126px;
        margin-right: 15px;
        font-size: 12px;
        text-align: center;
    }

        .article-content .article-related li img {
            width: 92px;
            height: 127px;
            margin-bottom: 15px;
        }

.article-content .hot-comments .related-title span {
    font-size: 16px;
    color: #333333;
}

.hot-comments .comment-release div a {
    color: #D3303C;
}

.hot-comments .related-title .hot-comments-num span {
    color: #9a9a9a;
}

.hot-comments .comment-list li {
    padding: 10px;
}

.hot-comments .comment-list .comment-div {
    min-height: 63px;
    overflow: hidden;
}

    .hot-comments .comment-list .comment-div .comment-left {
        width: 538px;
        float: left;
    }

.comment-left .comment-a {
    width: 458px;
    margin: 10px 0 10px 10px;
}

    .comment-left .comment-a .replay-comment {
        margin-bottom: 5px;
    }

.article-content .gray {
    color: #9A9A9A;
}

.hot-comments .comment-right {
    margin-top: 10px;
}

    .hot-comments .comment-right span {
        margin-right: 40px;
    }

.hot-comments .write-comment {
    margin: 25px 0;
    height: 60px;
}

    .hot-comments .write-comment img {
        margin: 0px 10px;
        float: left;
    }

    .hot-comments .write-comment textarea {
        float: left;
        resize: none;
        height: 60px;
        width: calc(100% - 84px);
        border-radius: 3px;
        border: 1px solid #9A9A9A;
        padding: 5px;
    }

.hot-comments .comment-release {
    height: 30px;
}

    .hot-comments .comment-release div a {
        margin-right: 5px;
    }

    .hot-comments .comment-release div input {
        background: #CACACA;
        color: #FFFFFF;
        width: 50px;
        height: 27px;
        border-radius: 3px;
        margin-left: 10px;
    }

        .hot-comments .comment-release div input.blue {
            background: #D3303C;
        }

.comm-child-content .interact-right {
    background: #F2F2F2;
    width: 398px;
}

    .comm-child-content .interact-right .person-Info {
        margin: 20px 20px 0 20px;
    }

.interact-right .person-Info .personinfo-div {
    background: url('/images/bg_12.jpg') no-repeat;
    padding: 12px 18px;
    height: 72px;
}

.interact-right .personinfo-div .personinfo-div-left {
    width: 264px;
    color: #FFFFFF;
}

    .interact-right .personinfo-div .personinfo-div-left H3 {
        font-size: 24px;
    }

.personinfo-div .personinfo-div-left .mall-span {
    font-size: 12px;
}

.personinfo-div .personinfo-div-left label {
    float: right;
    font-size: 14px;
    position: relative;
    bottom: 3px;
}

    .personinfo-div .personinfo-div-left label b {
        font-size: 16px;
        margin-left: 5px;
    }

    .personinfo-div .personinfo-div-left label span {
        margin-right: 5px;
    }

.personinfo-div .personinfo-div-left .photo-a {
    line-height: 48px;
}

.interact-right .person-Info .person-input {
    margin: 20px 0;
}

    .interact-right .person-Info .person-input a:first-child {
        margin-right: 40px;
    }

    .interact-right .person-Info .person-input a {
        background: url('/images/upload_button_bg.png') no-repeat;
        width: 157px;
        height: 56px;
        display: inline-block;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        color: #D3303C;
    }

        .interact-right .person-Info .person-input a img {
            margin: 0 0 3px 25px;
        }

.interact-right .handpick {
    margin: 30px 0;
}

.interact-right .handpick-con {
    width: 358px;
}

.interact-right .handpick .comm-title {
    height: 30px;
    line-height: 30px;
}

.interact-right .comm-title p:first-child {
    font-size: 14px;
}

.interact-right .handpick .comm-title p span:first-child {
    color: #333333;
    font-weight: bolder;
    font-size: 16px;
}

.interact-right .handpick .comm-title p span:nth-child(2) {
    color: #666666;
}

    .interact-right .handpick .comm-title p span:nth-child(2) img {
        margin: 0 0 3px 10px;
    }

.interact-right .handpick .social-articles {
    margin-top: 10px;
}

.interact-right .social-articles p {
    font-size: 16px;
}

.interact-right .social-articles .details-p {
    font-size: 12px;
}

.new-comments li {
    margin-top: 15px;
    color: #666666;
    font-size: 15px;
    list-style: disc;
    margin-left: 18px;
}

    .new-comments li span {
        color: #999999;
    }

.interact-sort .pane-sort li {
    margin-top: 15px;
    float: left;
    text-align: left;
    border-radius: 3px;
    font-size: 14px;
    width: 63px;
}

    .interact-sort .pane-sort li a:hover {
        cursor: default;
        color: #1B6BB4;
    }

.interact-project .panes .pane li img {
    width: 56px;
    height: 75px;
    margin: 8px 0 8px 5px;
}

.interact-project .panes.rewrite-width .pane li .pane-list {
    width: 78%;
}

.interact-project .panes li {
    margin-top: 0px;
    overflow: hidden;
}

    .interact-project .panes li .pane-list {
        padding: 14px 8px;
        height: 84px;
    }

.interact-project .pane li:nth-child(odd) {
    background: none;
}

.interact-project .pane li:nth-child(even) {
    background: #FAFAFA;
}
/* end yiyucommunityArticle page*/

/* projectshow page*/

.yixie-news {
    border: 1px solid #CACACA;
}

.news-div {
    min-height: 776px;
    padding-bottom: 19px;
}

.help-breadcrumb {
    font-size: 16px;
    margin-bottom: 15px;
}

    .help-breadcrumb .bold {
        font-size: 18px;
    }

.news-display .yixie-news {
    border-radius: 3px;
    background: #FFFFFF;
    overflow: hidden;
    width: 871px;
    padding-top: 0px;
}

.news-div_title {
    border-bottom: 1px solid #CACACA;
    margin-bottom: 36px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    margin: 0 20px;
}

.news-div .news-display .details-headline {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 42px;
    padding-left: 33px;
    padding-right: 34px;
}

.news-div .yixie-news h2 {
    display: inline;
    font-size: 28px;
}

.news-div .yixie-news .details-div {
    padding-left: 33px;
    padding-right: 34px;
    clear: both;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}

.news-div .yixie-news .details-body table {
    border: 0px;
}

.projectshow-list {
    width: 94%;
    margin: 0 auto;
}

    .projectshow-list table, .projectshow-list table tr, .projectshow-list table tr td {
        border: 1px solid #CDCDCD;
        border-collapse: collapse;
        vertical-align: middle;
        text-align: center;
    }

        .projectshow-list table tr td {
            height: 60px;
        }

        .projectshow-list table tr :nth-child(odd) {
            width: 144px;
        }

        .projectshow-list table tr :nth-child(even) {
            width: auto;
            text-align: left;
            padding: 0 15px;
        }

    .projectshow-list .list-title {
        background: #FAFAFA;
    }

    .projectshow-list .list-back {
        background: #F5BDBE;
    }

    .projectshow-list .list-backcolor {
        background: #F6D7D8;
    }

.apply-div {
    text-align: center;
    margin-top: 10px;
}

    .apply-div input[type="submit"] {
        font-size: 16px;
        border-radius: 3px;
        height: 45px;
        line-height: 38px;
        border: 0;
        width: 324px;
        text-align: center;
        margin: 20px 0;
    }

    .apply-div p {
        color: #9A9A9A;
    }

        .apply-div p span {
            color: #000000;
        }
.apply-div p span.red {
    color: #D3303C;
}

.member .details-body table {
    border: 0;
    width: 100%;
}

.details-body .td-width {
    width: 213px;
    display: inline-table;
}

.details-body .content-td {
    vertical-align: top;
    width: 600px;
    font-size: 14px;
}

.content-td span {
    font-weight: bold;
}

.content-td div {
    line-height: 30px;
}

.yixie-news.news-div .details-body {
    margin: 37px 42px 42px 33px;
}

.content-li {
    height: 34px;
    overflow: hidden;
}

.shezhi-width {
    width: 31% !important;
}

.shezhi-width2 {
    width: 31% !important;
}

.dynamic-tab .panes.rewrite-width .pane li .pane-list,
.projectlist-pane .pane-list {
    width: 93%;
}

.dynamic-tab .panes.rewrite-width .pane li {
    margin-top: 0px;
}

.dynamic-tab .panes .pane .even-color li:first-child,
.projectlist-pane .even-color li:first-child {
    margin-top: 2px;
}

.project-img {
    width: 45px;
    height: 54px;
    margin: 14px 0 14px 8px;
}

.zhaomu-color {
    color: #D3303C !important;
}

.catalog_span {
    font-size: 24px;
}

.news-div .details-div .details-body .sort-status {
    text-indent: 0px;
}

    .news-div .details-div .details-body .sort-status span:nth-child(1) a {
        color: #D3303C;
        cursor: pointer;
    }

.trans-recruit {
    color: #D3303C;
}

.fanhui-project {
    background: url('/images/icon_arrow_r_b.png') no-repeat right;
    padding-right: 26px;
    font-size: 14px;
    color: #565656;
    cursor: pointer;
    margin-top: 16px;
    margin-right: 1px;
}
/* projectshow end*/

/* pager css*/
.pager {
    display: table;
    margin: 0 auto;
}

    .pager ul li {
        cursor: pointer;
        display: inline-block;
        border: 1px solid #9A9A9A;
        margin: 0 1px 0 1px;
        text-align: center;
        vertical-align: middle;
        *display: inline;
        zoom: 1;
    }

        .pager ul li a, .pager ul li {
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
        }

            .pager ul li a {
                display: block;
            }

            .pager ul li:first-child, .pager ul li:last-child {
                width: 55px;
            }
/* end pager css*/

/*Academylist*/
.diligence-content .diligence-left .idx-focus, .talent-top-left {
    width: 406px;
    float: left;
}

.diligence-content .diligence-left .idx-foc-tmp {
    height: 300px;
    border-bottom: none;
}

.diligence-content .diligence-left .focus-pic li, .diligence-left .focus-pic li img {
    height: 300px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 406px;
}

.diligence-left .focus-pic li img {
    position: relative;
}

.diligence-left .focus-pic .txt, .diligence-left .focus-pic .bgc {
    top: 263px;
}
.diligence-left .focus-pic li{
    display: none;
}

.interact-left .dynamic-right {
    width: 297px;
    margin-left: 35px;
}

.dynamic-tab .tabPanel .title-div {
    height: 30px;
    overflow: hidden;
}

.dynamic-tab .tabPanel .title-list {
    float: left;
}

    .dynamic-tab .tabPanel .title-list li {
        width: auto;
        letter-spacing: 2px;
        margin-right: 30px;
        padding-bottom: 5px;
        height: 31px;
        float: left;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
    }

    .dynamic-tab .tabPanel .title-list .hit {
        font-size: 18px;
        color: #D3303C;
        border-bottom: 2px solid #D3303C;
        font-weight: bolder;
        position: relative;
        bottom: 4px;
    }

.interact-left .pane li .pane-list {
    padding-left: 0px;
}

.yiwen-list {
    margin-top: 35px;
}

    .yiwen-list .dynamic-right, .project-countries .dynamic-right {
        width: 100%;
        margin-left: 0px;
    }

.dynamic-tab .tabPanel .more, .related-title .more {
    float: right;
    font-size: 14px;
    width: auto;
}
.dynamic-tab .tabPanel .more img{
    margin: 0 0 3px 10px;
}
.center-content .center-language .more img {
    margin: 0 0 3px 10px;
}
/*end Academylist*/

/*CommunityIndex page*/
.yiwen-input a {
    background-color: #D3303C;
    color: #ffffff;
    font-family: "微软雅黑";
    border-radius: 3px;
    width: 136px;
    display: inline-block;
    text-align: center;
    height: 33px;
    line-height: 33px;
}

.interact-left .yiwen-input a:hover {
    background: #DA5D5F;
}

.interact-left .yiwen-input a:nth-child(1) {
    margin-right: 19px;
}

.dynamic-tab .panes {
    margin-top: 10px;
}
/*end CommunityIndex page*/

/*project page*/
.project-wrapper .center-content .project-list {
    margin-top: 20px;
}

    .project-wrapper .center-content .project-list .project-li {
        margin-bottom: 33px;
    }

.center-content .project-list .project-li {
    float: left;
    height: 113px;
}

.project-list .project-li a img, .project-list .project-li a div {
    float: left;
}

.project-wrapper .project-list .project-li a div {
    width: 285px;
    padding:0 20px;
}

    .project-wrapper .project-list .project-li a div li {
        font-size: 12px;
    }

        .project-wrapper .project-list .project-li a div li:nth-child(1) {
            font-size: 16px;
        }

.project-list .project-li a div li:nth-child(2) {
    color: #CCCCCC;
}

.project-list .project-li a div li:nth-child(3),
.project-list .project-li a div li:nth-child(4),
.project-list .project-li a:hover div li:nth-child(3) span {
    font-size: 13px;
    color: #999999;
}

.project-wrapper .project-list .project-li a div .langu-unit {
    margin: 5px 0;
}

.project-wrapper .project-list .project-li a div li.langu-unit label:first-child {
    margin-right:20px;
}

.interact-left .panes.rewrite-width .pane li .pane-list {
    width: 92%;
    padding: 14px 16px;
    height: 82px;
}

.pane li .pane-num span.trans-recruit, .projecttype-span b, .pane li .pane-list p span.trans-recruit {
    color: #D3303c;
}

.quick-order-div .third-title a, .second-title span, .span-color {
    color: #D3303c;
    font-weight: bold;
    font-size: 14px;
}
/*end project page*/

/*talent page*/
.talent-top-left .center-language {
    height: 25px;
    line-height: 25px;
}

.center-content .center-language ul, .center-content .center-language ul li {
    float: left;
}

.center-content .center-language li {
    margin-right: 15px;
    font-size: 14px;
}
.center-content .center-language li:last-child {
    margin-right: 0px;
}
.center-content .center-language li a {
    padding: 2px 5px;
}

.center-language ul .active {
    background: #D3303c;
    border-radius: 3px;
    color: #FFFFFF;
}

.center-content .center-language .more {
    margin-left: 15px;
}

.talent-top-left .center-content .expert-list {
    margin-top: 30px;
    overflow: hidden;
}

.talent-top-left .expert-list ul {
    height: 264px;
}

.talent-top-left .expert-list li {
    margin-right: 17px;
}

.center-content .expert-list li {
    float: left;
    width: 168px;
    margin-right: 16px;
    border: 1px solid #F6D7D8;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.center-content .expert-list .experts {
    display: none;
}

.p-photo {
    width: 166px;
    height: 184px;
    line-height: 180px;
    text-align: center;
}

.center-content .expert-list li div {
    background: #D3303C;
    height: 78px;
    color: #FFFFFF;
    text-align: center;
    padding: 13px 0;
}

.search-result .result-list {
    min-height: 320px;
}

    .search-result .result-list .result-list-li {
        background: #F7F7F7;
        border: 1px solid #ECECEC;
        overflow: hidden;
        margin-bottom: 20px;
    }

.result-list-li .result-list-info {
    margin: 10px 0 10px 15px;
    border-right: 1px solid #ECECEC;
    width: 74%;
    float: left;
}

.result-list-left {
    margin: 5px 0px;
    overflow: hidden;
}

    .result-list-left .result-list-photo {
        width: 65px;
        height: 65px;
        float: left;
        position: relative;
    }

    .personal-info .personal-photo .approve, .result-list-left .approve {
        position: absolute;
        bottom: 0;
        right: 0;
    }

.result-list-div {
    float: left;
    margin-left: 15px;
    width: 90%;
}

.rencai-list .result-list-div {
    width: 85%;
}

.result-list-div .personal-p img {
    margin: 0px 0px 8px 10px;
}

.rencai-list .result-list-div ul li {
    width: 209px;
}

.result-list-div ul li span:first-child {
    color: #9A9A9A;
}

.result-list-div ul .language span:nth-child(2) {
    margin-right: 20px;
}

.rencai-list .result-list-li .result-Praise {
    width: 11.9%;
}

.result-list-li .border-Praise {
    border-right: 1px solid #ECECEC;
    margin: 10px 0;
    height: 73px;
    padding-top: 6px;
}

.result-list-li .result-Praise {
    float: left;
    width: 12.35%;
    text-align: center;
    margin: 16px 0px;
}

    .result-list-li .result-Praise p:nth-child(2) {
        color: #D3303C;
        font-size: 20px;
        font-weight: bolder;
    }

    .result-list-li .result-Praise .thumb-up {
        background: url('/images/icon_assist_bg.png') no-repeat;
        width: 54px;
        height: 54px;
        margin: 0 auto;
    }

        .result-list-li .result-Praise .thumb-up p:nth-child(1) {
            padding-top: 6px;
            height: 30px;
        }

        .result-list-li .result-Praise .thumb-up p:nth-child(2) {
            font-size: 14px;
        }

.exhibit-title {
    height: 65px;
    line-height: 65px;
}

.interact-left .article-label {
    height: 27px;
    line-height: 27px;
    margin-bottom: 18px;
}

    .interact-left .article-label a, .exhibit-title a {
        font-size: 14px;
        color: #9A9A9A;
    }

        .interact-left .article-label .black, .exhibit-title a.black {
            color: #565656;
        }

.talent-exhibit {
    border: 1px solid #CACACA;
    border-radius: 3px;
}

.personal-info {
    padding: 22px 30px 40px 44px;
    overflow: hidden;
    background: #E2EEF8;
    border-bottom: 1px solid #cacaca;
}

    .personal-info .personal-photo {
        width: 140px;
        position: relative;
        margin-top: 22px;
        float: left;
    }

    .personal-info .exhibit-info {
        width: 76%;
        margin: 22px 0 0 20px;
    }

    .personal-info .personal-div {
        margin-left: 8px;
    }

.personal-div .personal-p span {
    font-size: 24px;
    font-weight: bolder;
}

.personal-div .personal-p img {
    margin: 0 0 8px 15px;
}

.personal-div .personal-list {
    margin-top: 15px;
    overflow: hidden;
}

    .personal-div .personal-list li {
        float: left;
        width: 406px;
        margin-bottom: 10px;
    }

.personal-list span:nth-child(2) {
    color: #565656;
    width: 80%;
}

.domain-img {
    margin: 0 0 1px 3px;
}

.personal-info .biyi-list {
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    width: 100%;
}

.biyi-list ul {
    height: 30px;
    margin-bottom: 0px;
}

.biyi-list ul li {
    float: left;
    margin: 0px 65px 0px 8px;
    width: 140px;
}
.biyi-list ul li:last-child {
    margin-right: 0px;
}

.personal-list span:nth-child(1), .personal-info .biyi-list .biyi-type {
    color: #9A9A9A;
}

.personal-info .biyi-list span b {
    color: #D3303C;
    font-weight: bolder;
}

.personal-info .kouyi-list {
    margin-top: 1px;
}

.personal-info .praise-thumb {
    float: left;
    width: 83px;
}

.personal-info .personal-rate {
    background: url('/images/icon_mask.png') no-repeat;
    height: 83px;
    width: 83px;
    text-align: center;
}

    .personal-info .personal-rate p:nth-child(1) {
        padding-top: 10px;
        height: 35px;
        line-height: 35px;
    }

    .personal-info .personal-rate p:nth-child(2) {
        font-size: 20px;
        color: #d3303c;
        font-weight: bolder;
    }

.personal-info .praise-thumb .thumb-up-num {
    height: 27px;
    line-height: 27px;
    color: #D3303c;
    font-size: 14px;
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: 3px;
    font-weight: bolder;
    margin: 10px auto 0px auto;
    width: 66px;
    border: 1px solid #D3303c;
}

.exhibit-content {
    min-height: 400px;
}

.exhibit-content-div {
    margin: 25px 30px;
}

    .exhibit-content-div .exhibit-content-title {
        height: 53px;
        line-height: 52px;
        background: #F7F7F7;
        border: 1px solid #CACACA;
    }

        .exhibit-content-div .exhibit-content-title li.active {
            background: #ffffff;
            border-left: 1px solid #cacaca;
            border-right: 1px solid #cacaca;
        }

        .exhibit-content-div .exhibit-content-title li {
            float: left;
            width: 170px;
            text-align: center;
        }

    .exhibit-content-div .tab-exhibits-list {
        width: 846px;
        margin: 35px auto;
    }

.tab-exhibits-title {
    background: url(/images/icon_line_bg.png) no-repeat center bottom;
    color: #D3303C;
    font-size: 15px;
    height: 22px;
    line-height: 14px;
    text-align: center;
    background-size: 100%;
}

    .tab-exhibits-title .detail-span {
        background: #fff;
        padding: 0 15px;
        font-weight: bolder;
    }

.tab-exhibits-list .tab-exhibits-describe {
    margin-top: 23px;
    overflow: hidden;
}

.tab-exhibits-describe li {
    float: left;
    width: 50%;
    margin-bottom: 35px;
}

.tab-exhibits-describe .describe-with {
    width: 100%;
}

.showcase-list .tab-exhibits-describe li {
    width: 265px;
    margin-right: 25px;
}

.showcase-list .tab-exhibits-describe li:nth-child(3n) {
    margin-right: 0px;
}

.tab-exhibits-describe li a img {
    width: 72px;
}

.tab-exhibits-describe li .tab-article {
    margin-left: 9px;
    width: 180px;
}

    .tab-exhibits-describe li .tab-article .first {
        font-size: 14px;
        margin-bottom: 18px;
        font-weight: bolder;
    }

    .tab-exhibits-describe li .tab-article p {
        margin-bottom: 5px;
         font-size: 12px;
    }

    .tab-exhibits-describe li .tab-article .last {
        color: #9a9a9a;
    }

.tab-exhibits-describe li span {
    margin-right: 20px;
    width: 112px;
    text-align: right;
    display: inline-block;
}

.showcase-list .tab-exhibits-describe li span {
    width: auto;
}

.tab-exhibits-describe .describe-do-with {
    width: 65%;
}

/*end talent page*/

/*talent search page*/
.clearDd {
    width: 94%;
}

.retrieval-marginleft {
    margin-left: 83px;
}

.eligibility {
    text-align: center;
    font-size: 16px;
    height: 320px;
    color: #A6A6A6;
}

.talent-retrieval {
    border: 1px solid #CACACA;
}

    .talent-retrieval .retrieval-content {
        margin: 0 20px;
    }

.retrieval-content .search-title {
    border-bottom: 1px solid #CACACA;
    color: #CACACA;
    overflow: hidden;
}

    .retrieval-content .search-title .filter {
        margin-left: 10px;
    }

.filter-condition {
    line-height: 55px;
}

.search-condition {
    margin: 20px 0;
}

    .search-condition .translatinfo .search-button {
        background: #ffffff;
        margin-left: 10px;
        padding: 3.5px 10px;
    }

.translatinfo span {
    float: left;
    font-size: 14px;
}

.translatinfo .bold {
    text-align: right;
    margin-right: 22px;
    padding: 5px;
}

.translatinfo .gray {
    width: 83px;
    color: #A6A6A6;
}

.search-condition .bold {
    margin-right: 0;
}

.translatinfo .translatul input {
    height: 25px;
    font-family: "微软雅黑";
}

.aptitudeInfo .translatinfo .addinput li input, .translatinfo .uploadfiles, .translatinfo .translatul input, .langu-content-li li input, .basic-info .basic-content li input {
    width: 531px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #A6A6A6;
    padding-left: 30px;
}

.detail-describe .contact, .search-condition .search-button {
    border: 1px solid #D3303C;
    color: #D3303C;
    padding: 2px 15px;
    border-radius: 3px;
}

.search-condition .retrieval-div {
    height: 30px;
    margin-bottom: 20px;
    float: left;
}

    .search-condition .retrieval-div:nth-child(odd) {
        width: 39%;
    }

    .search-condition .retrieval-div:nth-child(even) {
        width: 61%;
    }

.retrieval-div .retrieval-ul.widt-ul {
    width: 92%;
}

.retrieval-div .retrieval-ul {
    width: 80%;
    height: 30px;
    float: left;
}

.retrieval-div .industry-ul {
    width: 91%;
    height: 60px;
}

.search-condition .retrieval-industrys {
    height: 60px;
}

.retrieval-div .retrieval-ul li {
    margin-left: 6px;
    height: 30px;
    float: left;
}

.retrieval-div .more {
    display: block;
    float: right;
    border: 1px solid #A6A6A6;
    margin: 5px 5px 0 5px;
    width: 56px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    line-height: 24px;
    padding-left: 9px;
    background: url("/images/select-icon.png") no-repeat scroll 39px center transparent;
}

input.retrieval-radio[type="radio"] + label,
input.retrieval-check[type="checkbox"] + label,
.retrieval-ul #labelmore {
    padding: 5px 11px;
    display: inline-block;
    font-weight: normal;
    float: left;
    font-size: 14px;
}

input.retrieval-radio + label, input.retrieval-check + label {
    font-weight: normal;
    font-size: 14px;
}

input.retrieval-radio[type="radio"], input.retrieval-check[type="checkbox"], input.talent-radio[type="radio"] {
    display: none;
}

    input.retrieval-radio[type="radio"]:checked + label, input.retrieval-check[type="checkbox"]:checked + label {
        background: #D3303C;
        border-radius: 5px;
        color: #ffffff;
    }

.retrieval-content .search-result .search-title {
    border-bottom: none;
    border-top: 1px solid #CACACA;
    color: #565656;
}

.search-result .result-list {
    min-height: 320px;
}

.result-list-left .result-list-photo {
    width: 65px;
    height: 65px;
    float: left;
    position: relative;
}

.result-list-div .personal-p span {
    font-size: 18px;
    color: #D3303C;
    letter-spacing: 1px;
}

.result-list-div .personal-p img {
    margin: 0px 0px 8px 10px;
}

.result-list-div ul li {
    float: left;
    margin-right: 20px;
    width: 256px;
}

    .result-list-div ul li span:first-child {
        color: #9A9A9A;
    }

.result-list-div ul .language span:nth-child(2) {
    margin-right: 20px;
}

.result-list-li .result-Praise {
    float: left;
    width: 12.35%;
    text-align: center;
    margin: 16px 0px;
}

.result-list-li .border-Praise {
    border-right: 1px solid #ECECEC;
    margin: 10px 0;
    height: 73px;
    padding-top: 6px;
}

    .result-list-li .border-Praise div {
        margin: 6px 0;
    }

.result-list-li .result-Praise .thumb-up {
    background: url('/images/icon_assist_bg.png') no-repeat;
    width: 54px;
    height: 54px;
    margin: 0 auto;
}
    /*.result-list-li .result-Praise .thumb-up img {
    margin-top: 3px;
}*/
    .result-list-li .result-Praise .thumb-up p:nth-child(1) {
        padding-top: 6px;
        height: 30px;
    }

    .result-list-li .result-Praise .thumb-up p:nth-child(2) {
        font-size: 14px;
    }

.selectedInfor {
    border: 1px solid #DCDCDC;
    height: 25px;
    border-radius: 3px;
    float: left;
    margin: 14.5px 0px 0 10px;
    position: relative;
    padding: 3px 10px;
}

.selectedInfor {
    color: #565656;
}

.eliminateCriteria {
    border: 1px solid #D3303C;
    color: #D3303C;
    padding: 3.5px 10px;
    border-radius: 3px;
    line-height: 16px;
    margin: 14.5px 0 12.5px 10px;
    cursor: pointer;
}

.selectedInfor em {
    background: url("/images/icon_close.png") no-repeat;
    cursor: pointer;
    display: block;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 15px;
}

.translatinfo .translatul input {
    width: 250px;
    padding-left: 10px;
}

.search-condition .bold {
    margin-right: 0;
}

.trans-of-foreign {
    /*width: 75px;
    height: 37px;
    line-height: 37px;*/
    text-align: center;
    position: relative;
    font-size: 14px;
}

    .trans-of-foreign p {
        padding: 8px 17px;
    }

.translatinfo .good-languages {
    height: 37px;
    line-height: 37px;
    padding: 0 5px 0 0;
}

.retrieval-languages.active {
    height: 63px;
}

.retrieval-div .retrieval-ul .good-li .active {
    border: 1px solid #ECECEC;
    border-bottom: #F7F7F7;
    background: #F7F7F7;
    border-radius: 0px;
    color: #565656;
}

.retrieval-div .retrieval-ul .good-li .good-ul label.active {
    background: #E3F1FF;
    border-radius: 5px;
    color: #1D69B4;
    border: none;
}

.retrieval-languages ul .good-li ul, .retrieval-languages ul .good-li .interpreting {
    background: #F7F7F7;
    border: 1px solid #ECECEC;
    margin-top: -1px;
    padding: 0px 6px;
    position: absolute;
    top: 35px;
    width: 800px;
}

.retrieval-industrys ul .good-li ul {
    width: 448px;
}

.retrieval-languages ul .good-li .interpreting {
    width: 262px;
    height: 50px;
}

.retrieval-languages ul .good-li:nth-child(9) ul,
.retrieval-languages ul .good-li:nth-child(10) ul,
.retrieval-languages ul .good-li:nth-child(11) ul {
    right: 0px;
}

.retrieval-languages .interpreting .input-border.automatic {
    width: 100px;
    height: 30px;
}

.retrieval-languages .interpreting select {
    background: url("/images/select-icon.png") no-repeat scroll 80px center transparent;
    font-family: "微软雅黑";
    z-index: 999;
}
/*.retrieval-languages .interpreting span {
    margin:10px;

}*/
.retrieval-languages .interpreting span.city-span {
    margin-left: 20px;
}

.retrieval-languages ul .good-li {
    position: relative;
    display: inline-block;
    margin-left: 0px;
}

    .retrieval-languages ul .good-li ul li {
        margin: 6.5px 0;
    }

.search-result .search-title b {
    color: #A7A7A7;
}

.search-result .search-sortord li {
    float: left;
    line-height: 50px;
    margin-left: 22px;
    cursor: pointer;
}

.search-sortord li img {
    margin: 5px;
}

.percent-num {
    margin-left: 10px;
    font-size: 12px;
    color: #74A2CF;
}

    .percent-num .percent-p {
        border: 1px solid #1D69B4;
        width: 80px;
        height: 10px;
    }

        .percent-num .percent-p span {
            background: #8BC1F7;
            width: 30px;
            height: 8px;
            display: block;
        }

.retrieval-div .retrieval-ul li .active {
    background: #E4A7AB;
    border-radius: 5px;
    color: #FFFFFF;
}

.search-nav {
    margin-top: 18px;
}
/*end talent search*/

/*talentwaterfallflow page*/

.user-guide {
    margin: 29px auto 70px auto;
}

    .user-guide .guide-left {
        width: 214px;
        float: left;
        margin-right: 50px;
    }

        .user-guide .guide-left .choose-yi {
            width: 214px;
            height: 190px;
            border-top: 2px solid #D3303C;
            border-left: 1px solid #F2F2F2;
            border-right: 1px solid #F2F2F2;
            border-bottom: 1px solid #D9D9D9;
            border-radius: 2px;
            padding: 29px 25px 41px 25px;
        }

            .user-guide .guide-left .choose-yi h3 {
                font-size: 16px;
                color: #333333;
                font-weight: bolder;
            }

                .user-guide .guide-left .choose-yi h3 img {
                    padding: 0 5px 3px 0;
                }

            .user-guide .guide-left .choose-yi li {
                margin-top: 15px;
                color: #333333;
                font-size: 14px;
                list-style: disc;
                margin-left: 25px;
            }

                .user-guide .guide-left .choose-yi li a {
                    color: #999999;
                    margin-left: 4px;
                }

                .user-guide .guide-left .choose-yi li.active a, .user-guide .guide-left .choose-yi li:hover a, .user-guide .guide-left .choose-yi h3.active a {
                    color: #D3303C;
                    cursor: pointer;
                }

                .user-guide .guide-left .choose-yi li:first-child {
                    margin-top: 7px;
                }

        .user-guide .guide-left .help-service {
            height: auto;
            margin-top: 29px;
        }

    .user-guide .guide-right {
        float: left;
        width: calc(100% - 264px);
        +width:947px;
        background: #FCFCFC;
        border: 1px solid #F2F2F2;
        box-shadow: 0px 1px #D9D9D9;
        -moz-box-shadow: 0px 1px #D9D9D9;
        -webkit-box-shadow: 0px 1px #D9D9D9;
    }

        .user-guide .guide-right .trans-talent-pool {
            margin: 33px 13px 33px 40px;
        }

.guide-right .trans-talent-pool p:nth-child(1) {
    font-size: 24px;
    color: #333333;
}

.guide-right .trans-talent-pool p:nth-child(2) {
    font-size: 35px;
    color: #CFCFCF;
}

.guide-right .trans-talent-pool p:nth-child(3) {
    text-indent: 28px;
    font-size: 14px;
    margin-top: 30px;
}

.describe .talent-pool-list {
    margin-top: 74px;
    overflow: hidden;
}

.trans-talent-pool .describe .talent-pool-list li {
    width: 405px;
    float: left;
    margin: 0px 70px 70px 0px;
    height: 65px;
    line-height: 23px;
    font-size: 14px;
}

.describe .talent-pool-list li a {
    position: relative;
    bottom: 12px;
}

.describe .talent-pool-list li a, .describe .talent-pool-list li span {
    float: left;
}

.describe .talent-pool-list li span {
    width: 300px;
    color: #999999;
    margin-left: 35px;
}

.describe .talent-pool-list li:nth-child(2), .describe .talent-pool-list li:nth-child(4) {
    margin-right: 0px;
}

.tab-waterfall .title-div .title-list {
    margin-left: 40px;
}

.tab-waterfall .translate-tabs .nav li {
    cursor: pointer;
    float: left;
    margin-right: 13px;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
}

.tab-waterfall .title-div li input[type="radio"] + label {
    width: 210px;
    height: 50px;
    background: #E6E6E6;
    display: inline-block;
    color: #999999;
    border-radius: 3px 3px 0px 0px;
}

.tab-waterfall .title-div li input[type="radio"]:checked + label {
    background: #D3303C;
    color: #FFFFFF;
}

.tab-waterfall .title-div .nav li:hover a, .tab-waterfall .title-div .nav li.active a {
    font-size: 15px;
}

.tab-waterfall .tabPanel {
    height: 80px;
    border-bottom: 1px solid #cccccc;
    line-height: 71px;
    margin: 0 13px 0 40px;
    position: relative;
}

.tabPanel .tab-condition .select-fromLan {
    width: 105px;
}

.tabPanel .tab-condition .trans-select-span {
    margin:0px 8px;
}

.tabPanel .tab-condition span.total {
    font-size: 12px;
}

.tab-waterfall .panes {
    margin: 30px 13px 30px 40px;
}

    .tab-waterfall .panes .expert li.item {
        width: 200px;
        padding: 25px;
        border-top: 1px solid #D9D9D9;
        border-left: 1px solid #D9D9D9;
        box-shadow: 1px 1px 5px #D9D9D9;
        margin-bottom: 30px;
        float: left;
    }

    .tab-waterfall .panes .expert li p.name {
        margin: 30px 0 13px 0;
        font-size: 16px;
    }

    .tab-waterfall .panes .expert li p.detail-intr {
        line-height: 25px;
    }

.tab-waterfall select {
    width: 125px !important;
    height: 32px !important;
    top: 21px;
    font-size: 14px;
}

.tab-waterfall #prodomain {
    width: 120px !important;
}

.tab-waterfall .select-fromLan {
    font-size: 14px;
}

.tab-waterfall .customSelect.input-border {
    border: 1px solid #CACACA;
}

.tab-waterfall span.customSelect {
    width: 125px !important;
    height: 32px !important;
    top: 12px;
}

.tab-waterfall span.customSelectInner {
    top: 3px;
    background: url(/images/select-icon.png) no-repeat 95px 8px transparent;
    width: 108px !important;
}

.tabPanel .tab-condition .projectendtime {
    height: 32px;
    width: 140px;
}

.tab-condition .endtimespan {
    display: inline-block;
    height: 30px;
    width: 28px;
    background: url("/images/icon_calendar_gray.png") no-repeat 3px;
    background-color: #F4F4F4;
    position: relative;
    right: 33px;
    top: 10px;
}

.tab-waterfall .waterfall-projectlist {
    padding-bottom: 18px;
    border-bottom: 1px solid #CCCCCC;
}

    .tab-waterfall .waterfall-projectlist li {
        font-size: 12px;
        margin-bottom: 12px;
    }

.tab-waterfall .waterfall-projectlist li span:nth-child(1), .tab-waterfall .waterfall-projectlist li .gray {
    color: #A9A9A9;
}
.tab-waterfall .waterfall-projectlist li a.detail_red {
   color: #DF2737;
    margin-left: 4px;
}

.tab-waterfall .projectstatus {
    text-align: right;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.tab-waterfall .zhaomu-color {
    color: #CE7628 !important;
}


.imloading {
    width: 190px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    opacity: 0.7;
    background: #666666;
    margin: 10px auto 30px;
    color: #F2F2F2;
    /*display:none;*/
}

.user-guide .help-guide-right {
    padding: 33px 13px 33px 40px;
}

    .user-guide .help-guide-right h2 {
        font-size: 25px;
        color: #D3303C;
    }

    .user-guide .help-guide-right .consumer-guide h3 {
        margin: 35px 0;
        font-size: 16px;
        color: #333333;
    }

    .user-guide .help-guide-right .consumer-guide p {
        color: #666666;
        font-size: 14px;
        line-height: 23px;
    }

    .user-guide .help-guide-right .agreement {
        color: #467BDC;
        margin-top: 35px;
        display: block;
    }
/* end talentwaterfallflow page*/


span.customSelect {
    position: relative;
    width: 100px;
    height: 30px;
    float: none;
    margin-left: 0px;
}

span.customSelectInner {
    background: url(/images/select-icon.png) no-repeat 70px 8px transparent;
    position: absolute;
    width: 90px !important;
    height: 24px;
    line-height: 24px;
    color: #565656;
}


/*yiyucommunity login */
.black-block {
    background: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.5;
    z-index: 1100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.yiyu2-login .login {
    background: #ffffff;
    z-index: 1111;
    position: absolute;
    border-radius: 1rem;
    width: 397px;
    margin: 0 auto;
}

.login .close img {
    position: absolute;
    right: -15px;
    top: -20px;
}

.login .geetest-line, .yiyu-regist .sms-line {
    height: auto;
}

.yiyu-regist .content-wrapper {
    background: #FFFFFF;
}

.yiyu2-login .yiyu-regist input[type='text'] {
    height: 38px;
    margin-top: 30px;
}

.yiyu-regist .sms-line {
    margin-bottom: 30px;
}

.yiyu-regist .line-li.terms {
    margin: 30px 0;
    font-size: 16px;
}

    .yiyu-regist .line-li.terms span a {
        color: #1B6BB4;
    }

.yiyu-regist .geetest-line input[type='text'], .yiyu-regist .sms-line input[type='text'] {
    width: 160px;
}

.yiyu-regist li input[type='text'] {
    border: 1px solid #D9D9D9;
}

    .yiyu-regist li input[type='text']:focus {
        border: 1px solid #999999;
    }

.yiyu-regist .tiny {
    width: 150px;
    height: 38px;
    background: #ffffff;
    border: 1px solid #D3303C;
    color: #D3303C;
    border-radius: 4px;
    margin-left: 5px;
}

.yiyu-regist .changenext {
    font-size: 15px;
}
/* end yiyucommunity login*/

/* 焦点图 */
/*.idx-focus{margin:40px auto 0 auto;}*/
.idx-focus, .focus-pic li {
    width: 720px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.idx-foc-tmp {
    height: 578px;
}

.focus-pic li {
    float: left;
    height: 578px;
}

    .focus-pic li img {
        width: 720px;
        height: 314px;
        border-radius: 4px;
    }

.focus-pic .bgc {
    height: 36px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 278px;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=60);
    z-index: 1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.focus-pic .txt {
    height: 36px;
    position: absolute;
    width: 100%;
    line-height: 36px;
    text-indent: 30px;
    overflow: hidden;
    z-index: 2;
    left: 0;
    top: 278px;
    color: #FFFFFF;
}

.idx-focus .xtaber-tabs {
    height: 80px;
    background: #565656;
}

    .idx-focus .xtaber-tabs li {
        float: left;
        position: relative;
        cursor: pointer;
        z-index: 3;
        opacity: 0.5;
    }

    .idx-focus .xtaber-tabs img {
        width: 180px;
        height: 80px;
    }

    .idx-focus .xtaber-tabs .current {
        opacity: 1;
    }

        .idx-focus .xtaber-tabs .current i {
            width: 7px;
            height: 4px;
            position: absolute;
            left: 50%;
            margin-left: -3px;
            top: -4px;
            overflow: hidden;
        }

.idx-focus .btn-prev, .idx-focus .btn-next {
    width: 32px;
    height: 54px;
    position: absolute;
    z-index: 4;
    top: 121px;
}

.idx-focus .btn-prev {
    background: url(/images/icon_arrow_w_left.png) no-repeat;
    left: 10px;
}

.idx-focus .btn-next {
    background: url(/images/icon_arrow_w_right.png) no-repeat;
    right: 10px;
}

.focus-pic li .aaaa {
    height: 36px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=60);
    z-index: 1;
    border-radius: 4px;
}

.edit-premium {
    position: absolute;
    display: block;
    height: 53px;
    line-height: 53px;
    top: 0;
    right: 12px;
    color: #D3303C;
}

.exp-div {
    width: 88px;
    margin-left: 30px;
    font-size: 12px;
    color: #D3303C;
}

.exp-box {
    height: 7px;
    width: 100%;
    border: 1px solid #D3303C;
    overflow: hidden;
}

.exp {
    height: 100%;
    background: #F74C4C;
}



/*datepicker css*/
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }


    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }
/*.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

    .ui-state-default a,
    .ui-state-default a:link,
    .ui-state-default a:visited {
        color: #555555;
        text-decoration: none;
    }

.ui-widget-header a {
    color: #222222;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

    .ui-state-default a,
    .ui-state-default a:link,
    .ui-state-default a:visited {
        color: #555555;
        text-decoration: none;
    }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

    .ui-state-hover a,
    .ui-state-hover a:hover,
    .ui-state-hover a:link,
    .ui-state-hover a:visited {
        color: #212121;
        text-decoration: none;
    }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        color: #212121;
        text-decoration: none;
    }
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636;
}

    .ui-state-highlight a,
    .ui-widget-content .ui-state-highlight a,
    .ui-widget-header .ui-state-highlight a {
        color: #363636;
    }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}

    .ui-state-error a,
    .ui-widget-content .ui-state-error a,
    .ui-widget-header .ui-state-error a {
        color: #cd0a0a;
    }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
    }

.ui-datepicker-header {
    background-color: #e6e6e6;
}

.ui-icon {
    width: 16px;
    height: 16px;
    text-indent: -99999px;
}

.ui-widget-header .ui-icon {
    background-image: url(/Images/jqueryUI.png);
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.statistics input[type="button"].red {
    height: 30px;
    margin-left: 20px;
}
.ui_timepicker {
    background: url('/images/icon_calendar_gray_bg.png') no-repeat right center;
}
/* end datepicker*/

.mission .line tr td.red { color: red;}


/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 12px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
input[name='estimateFinishTime'] {
    width: 180px!important;
}
.input-border.phone.float-left.hours-select,.input-border.phone.float-left.hours-select.customSelect,
.input-border.phone.float-left.hours-select.customSelect .customSelectInner {
    width: 100px!important;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 2px 2px 10px;
    height: 40px!important;
}
 .input-border.phone.float-left.hours-select.customSelect .customSelectInner{
     background: url("/images/icon_arrow_down_black.png") no-repeat scroll 70px center transparent;
}

/*Promotion page*/
.campaign-content {
    margin-top:30px;
}
.campaign-content li {
    width: 277px;
    text-align: center;
    background: #E6E6E6;
    border-radius: 5px;
    float: left;
    margin: 10px 30px 0 0;
    font-size: 16px;
    height: 130px;
    line-height: 130px;
    color: #999;
}
.campaign-content li a {
    margin-left: 10px;
    color: #999;
}
.campaign-content li #quick-a:hover,
.campaign-content li #doc-a:hover,
.campaign-content li #quickmj-a:hover,
.campaign-content li #docmj-a:hover {
    color: #D3303C;
}
.campaign-content li:nth-child(4n) {
    margin-right:0;
}

/*end Promotion page*/

.holiday_inform {
    font-size:18px;
    line-height:48px;
    color:#FFFFFF;
    text-align: center;
    display: block;
}



/* 隐私政策部分 */

.Privacypolicy {
    width: 1200px;
    height:1000px;
    margin: 0 auto;
}
.Privacypolicy #lefttitle {
    width: 150px;
    float: left;
    margin-top: 167px;
}

.Privacypolicy #lefttitle li {
    list-style-type: disc !important;
    color: red;
    margin-bottom: 20px;
    cursor:pointer;
}

.Privacypolicy #lefttitle li a {
    color: #222222;
    font-size: 14px;
}
.Privacypolicy .tabbox {
    float: right;
    padding-top:40px;
    width: 1050px;
}
.Privacypolicy .tabbox .PrivacypolicyTitle {
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.Privacypolicy .tabbox .Edition {
    font-size: 12px;
    color: #666666;
    text-align: left;
    margin-top:50px;
}
.Privacypolicy .tabbox .showtime {
    font-size: 12px;
    color: #d3303c;
    text-align: left;
    margin-top:16px;
}
.Privacypolicy .tabbox .PrivacypolicyMsg {
    color: #333333;
    font-size: 14px;
    margin-top:38px;
}
.Privacypolicy .tabbox .Signing {
    margin-top:40px;
}
.Privacypolicy .tabbox .Signing a {
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    margin-top: 40px;
    text-align: left;
}
.Privacypolicy .tabbox .SigningOne,
.Privacypolicy .tabbox .SigningFour{
    margin-top: 30px;
    font-size:14px;
    font-weight: 700;
    color: #222222;
}
.Privacypolicy .tabbox .SigningTwo,
.Privacypolicy .tabbox .Signingthree{
    margin-top: 30px;
    font-size:14px;
    font-weight: 400;
    color: #333;
}

.Privacypolicy .tabbox .agreementText {
    color: #222222;
    font-size: 18px; 
    margin-top: 40px;
    text-align: left;
}
.Privacypolicy .tabbox .agreementTextOne {
    margin-top:38px;
}
.Privacypolicy .tabbox .agreementTextOne a{
    margin-top: 38px;
    font-size: 16px;
    color: #222222;
    text-align: left;
}
.Privacypolicy .tabbox .agreementTextOneTitle {
    margin-top: 32px;
    font-size: 14px;
    color: #333333;
    text-align: left;
    margin-left: 9px;
}
.Privacypolicy .tabbox .agreementTextOneMsg {
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
    text-align: left;
    margin-left: 20px;
}
.serverType {
    font-size: 14px;
    color: #333333;
    margin-left: 36px;
    margin-bottom: 10px;
}

.cannot {
    margin-left: 76px;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}











/* 法律 */
.Privacypolicy #lefttitles {
    width: 150px;
    float: left;
    margin-top: 100px;
}

.Privacypolicy #lefttitles li {
    list-style-type: disc !important;
    color: red;
    margin-bottom: 20px;
    cursor:pointer;
}

.Privacypolicy #lefttitles li a {
    color: #222222;
    font-size: 14px;
}
.Privacypolicy .lefttitlesbox {
    width: 1000px;
    height:150px;
    float: right;
}
.Privacypolicy .lefttitlesbox .title {
    font-size: 20px;
    color: #222222;
    text-align: center;
    font-weight: 700;
    margin-bottom: 34px;
    margin-top: 36px;
}

.Privacypolicy .lefttitlesbox .titleMsg {
    font-size: 14px;
    color: #333333;
}

.Privacypolicy .lefttitlesbox .contentTitle {
    margin-top: 40px;
    margin-bottom: 24px;
}

.Privacypolicy .lefttitlesbox .contentTitle a {
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 24px;
}

.Privacypolicy .lefttitlesbox .contentMsg {
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
}

.Privacypolicy .lefttitlesbox .lastTitle {
    font-size: 14px;
    color: #333333;
    margin-left: 47px;
}

.Privacypolicy .lefttitlesbox .lastMsg {
    font-size: 14px;
    color: #333333;
    margin-left: 52px;
    font-weight: 700;
}
.zhuce a{
        display: block;
        
    }
    .titleLast{
        margin-bottom:16px;
        font-size: 12px !important;
        color: #333333;
    }
    .mainBox {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
    }

    .mainBox #lefttitle {
        width: 150px;
        float: left;
        margin-top: 167px;
    }

    .mainBox #lefttitle li {
        list-style-type: disc !important;
        color: red;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .mainBox #lefttitle li a {
        color: #222222;
        font-size: 14px;
    }

    .mainBox .yiyubox {
        width: 1050px;
        height: 100%;
        float: right;
        padding-top: 40px;
    }

    .mainBox .yiyubox .ServiceDescription {
        font-size: 20px;
        color: #222;
        text-align: center;
        font-weight: 700;
    }

    .mainBox .yiyubox .ServiceTime {
        font-size: 18px;
        color: #222;
        margin-left: 8px;
        margin-top: 40px; 
        margin-bottom: 24px;
    }
        .mainBox .yiyubox .ServiceTime a {
        color: #222;
    }

    .mainBox .yiyubox .ServiceTimeOne {
        font-size: 14px;
        color: #333333;
        margin-left: 8px;
    }

    .mainBox .yiyubox .ServiceTimeTwo {
        font-size: 14px;
        color: #333333;
        margin-left: 8px;
        margin-bottom: 24px;
    }

    .mainBox .yiyubox .payType {
        font-size: 18px;
        color: #222222;
        margin-left: 8px;
    }
    .showBox{
    display: inline-block;
    width: 2px;
    height: 14px;
    background-color: #d3303c;
    line-height: 25px;
}
    .orderInfoEditBox{
        width:980px;
        margin-left:40px;
    }

    .orderInfoConfirmBoxGroup {
        /*border-bottom: 1px dotted #cccccc;*/
        border:1px solid #EEEEEE;
        background-color:white;
        width:1000px;
        margin-top:20px;
    }
    .orderInfoConfirmBox{
        width:960px;
        margin-left:40px;
        margin-top:40px;
        margin-bottom:40px;
    }
    .boxGroup{
        width:850px;
        height: 333px;
        overflow: auto;
        display: inline-flex;
        white-space: nowrap;
    }
    .boxChose{
        height:100%;
        width:200px;
        position:relative;
        cursor:pointer;
        border:1px solid #CCCCCC;
        margin-right:15px;
        border-radius:4px;
    }
    /*
    .boxChose:hover{
        border-color:#d33c3c;
    }
        */
    .boxChoseActive{
		/*background-image: url(./img/1968219949.jpg);*/
        border-color:#d33c3c;
	}
    .boxChoseDisable{
		/*background-image: url(./img/1968219949.jpg);*/
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        cursor:not-allowed;
        background:white;
        opacity:0.6;
        z-index:3;
	}

    .redButton{
        width: 105px;
        height: 32px;
        background: #D3303C;
        border: 1px solid #D3303C;
        margin-right: 22px;
    }
    
    .margin-bottom10 {
        margin-bottom: 10px;
    }

    .margin-top40{
        margin-top:40px;
    }

    .place-div .file-input span:nth-child(2) {
        width: 20px;
        display: inline-block;
        margin-right: 22px;
    }

    .disabledButtonStyle {
        border:1px solid #EEEEEE!important;
        background: #EEEEEE!important;
        color:#BBBBBB!important;
    }

    .comentCheckbox{
        line-height:14px;
        align-items:center;
    }

    .comentCheckbox input{
        float: left;
        margin-right: 1px;
        width: 30px;
        height: 14px;
    }
    .comentCheckbox span{
        float: left;
        margin-right: 22px;
        width: 60px;
        height: 20px;
        font-size:14px;
    }
    .fileUploadBox {
        width:300px;
        height:32px;
        border:1px solid #DCDCDC;
        border-radius:3px;
        margin-bottom:5px;
        position:relative;
    }
    .fileUploadBox img {
        margin-left:5px;
        margin-right:10px;
        margin-bottom:6px;
    }
    .fileUploadBox a {
        position:absolute;
        top:2px;
        left:270px;
        width:20px;
    }
    .fileUploadBox span:nth-child(3){
        position:absolute;
        left:220px;
        color:#999999;
        font-size:12px;
    }
    .fileUploadBox span:nth-child(2){
        color:#999999;
        font-size:12px;
    }
    input[type='button'].exchangeRed {
    background: #D3303C;
    color: #FFF;
    border: 1px solid #D3303C;
    width: 105px;
    height: 32px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 3px;
}
    .OrderListSelect {
        margin-top:-48px;
        border:1px solid #DCDCDC;
        height:34px;
        width:150px;
        color:#666666;
        float:right;
        border-radius:4px;
        padding-left:10px;
        background:url("/images/icon_arrow_down.png") no-repeat scroll 120px center transparent
    }

.looImgGroup{
	width: 100%;
	position: relative;
    background-color:#f8fbff;
}

.looImgGroup .looImgBox{
	width: 1920px;
    left: calc(-960px + 50%);
    left:-moz-calc(-960px + 50%);
    left:-webkit-calc(-960px + 50%);
	position:absolute;
}

.looImgGroup img{
	/*width: 100%;*/
}
.looImgGroup .looImgBox ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.looImgGroup .looImgBox ul li{
	/*position: absolute;*/
	display: none;
	opacity: 0;
}
.looImgGroup .looImgBox ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.looImgGroup .looImgBox ul li img{
	width: 1920px;
    height:360px;
    left: calc(-960px + 50%);
    left:-moz-calc(-960px + 50%);
    left:-webkit-calc(-960px + 50%);
	position: absolute;
	top: 0px;
}
.looImgGroup .looImgBox ul li:first-child img{
	position: relative;
}
.looImgGroup .rightImg,.looImgGroup .leftImg{
	/*padding: 25px 10px 25px 10px;*/
	position: absolute;
	top: 50%;
	/*background: #000000;*/
	/*opacity: 1;*/
	border-radius: 5px;
	z-index: 10;
	
}
.looImgGroup .rightImg:hover,.looImgGroup .leftImg:hover{
	/*opacity: 1;*/
}
.looImgGroup .rightImg{
	right:calc(-600px + 50%);
    right:-moz-calc(-600px + 50%);
    right:-webkit-calc(-600px + 50%);
}
.looImgGroup .leftImg{
	left:calc(-600px + 50%);
    left:-moz-calc(-600px + 50%);
    left:-webkit-calc(-600px + 50%);
}
.looImgGroup .rightImg img,.looImgGroup .leftImg img{
	
	
}
.looImgGroup .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.looImgGroup .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.looImgGroup .jumpBtn ul li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.looImgGroup .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:1920px) {
	.looImgGroup{
		width: 100%;
		height: 360px;
		overflow: hidden;
	}
	.looImgGroup .looImgBox ul li img{
		width: 1920px;
		height: 360px;
		position: absolute;
        /*left:calc(-600px + 50%);
        left:-moz-calc(-600px + 50%);
        left:-webkit-calc(-600px + 50%);
        margin-left: calc(-600px + 50%);
        margin-left:-moz-calc(-600px + 50%);
        margin-left:-webkit-calc(-600px + 50%);*/
	}
}

.homeShadowGroup,.homeShadowGroupNew{
    width: 1200px;
    display: inline-block;
    position: relative;
    margin-left: calc(-600px + 50%);
    margin-left:-moz-calc(-600px + 50%);
    margin-left:-webkit-calc(-600px + 50%);
    margin-top:40px;
}
.homeShadowGroup ul,.homeShadowGroupNew ul{
    list-style: none;
    display: inline;
    white-space: nowrap;
}
.homeShadowGroup ul li{
    width: 280px;
    display: block;
    float: left;
    margin-right:20px;
}
.homeShadowGroup ul li .homeShadowBox{
    width: 280px;
	height: 342px;
	background-color: #ffffff;
	box-shadow: 10px 10px 10px 0px 
		rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	border: solid 1px #eeeeee;
    position:relative;
}
.homeShadowGroup ul li .homeShadowBox img{
    /*margin-top:30px;
    margin-left:121px;
    margin-bottom:30px;*/
}


.homeShadowGroup ul li .homeShadowBox .normalFont{
    /*margin-left:104px;*/
    font-size:12px;
    color:#999999;
}

.homeShadowGroup ul li .homeShadowBox .divBox{
    border: 1px solid  #eeeeee;
	width: 80px;
	height: 26px;
	background-color: #ffffff;
    font-size:12px;
    color:#666666;
    text-align:center;
    line-height:24px;
    float:left;
}
.homeShadowGroup ul li .homeShadowBox a input{
    width:150px;
    height:40px;
    border-radius:5px;
    background-image: linear-gradient(90deg,#f45a69 0%,#d43141 100%),linear-gradient(#d43141,#d43141);
    background-blend-mode: normal,normal;
}
.homeShadowGroup ul li .homeShadowBox a input:hover{
    background-image: linear-gradient(90deg,#ff6e7c 0%,#e34151 100%),linear-gradient(#d43141,#d43141);
}
.homeShadowGroup ul li .homeShadowBox img:nth-child(1){
    position:absolute;top:30px;left:121px;
}

.homeShadowGroup ul li .homeShadowBox span:nth-child(2){
    position:absolute;top:100px;left:104px;
}

.homeShadowGroup ul li .homeShadowBox div:nth-child(3){
    position:absolute;top:138px;left:55px;
}
.homeShadowGroup ul li .homeShadowBox div:nth-child(3){
    position:absolute;top:138px;left:55px;
}

.homeShadowGroup ul li .homeShadowBox div:nth-child(4){
    position:absolute;top:138px;left:145px;
}

.homeShadowGroup ul li .homeShadowBox div:nth-child(5){
    position:absolute;top:174px;left:55px;
}

.homeShadowGroup ul li .homeShadowBox div:nth-child(6){
    position:absolute;top:174px;left:145px;
}

.homeShadowGroup ul li .homeShadowBox hr:nth-child(7){
    position:absolute;top:220px;left:30px;width:220px;height:1px;background-color:#eeeeee;border:none;
}

.homeShadowGroup ul li .homeShadowBox span:nth-child(8){
    position:absolute;top:240px;left:61px;
}

.homeShadowGroup ul li .homeShadowBox a:nth-child(9){
    position:absolute;top:272px;left:65px;
}

.TopicBoxText div{
	width: 72px;
	height: 24px;
	background-color: #eeeeee;
    font-size:12px;
    color:#666666;
    text-align:center;
    line-height:24px;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

/* .ServiceAreaTab div{
	width: 74px;
	height: 18px;
    font-size:18px;
    color:#666666;
    text-align:center;
    line-height:18px;
    float:left;
    margin-right:57px;
    cursor:pointer;
} */

.WhyChooseYiYuTabBtn div{
    width: 260px;
	height: 80px;
    font-size:18px;
    line-height:78px;
    text-align:center;
    cursor:pointer;
    color:#666666;
}

.WhyChooseYiYuTabBtnActive{
    background: #d32c3c url(/Images/WhyChooseYiYuTabBtnSubImg.png) no-repeat 95% 20%;
	background-color: #d32c3c;
	color:#ffffff !important;
    border-radius: 5px;
}
.HomeCsFeedbackBox::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
.HomeCsFeedbackBox::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
  }
.HomeCsFeedbackBox::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
  }

.PartnersDetail div{
    text-align:center;
    line-height:50px;
    background-color: #f8fbff;
    border: solid 1px #eeeeee;
    width:170px;
    height:110px;
    position:absolute;
}
.exchangeSuccess{
    width:240px;
    height:22px;
    text-align:left;
    line-height:20px;
    margin-left:95px;
    margin-top:12px;
}
.exchangeSuccess img{
    margin-right:5px;
}
.exchangeSuccess span:nth-child(2){
    margin-right:19px;
    font-size: 14px;
    color: #333333;
}
.exchangeSuccess span:nth-child(3){
    font-size: 14px;
    color: #d43141;
}
/*.ui-field-contain  .ui-input-text{   
    width : 300px !important;   
} 
.ui-field-contain  .ui-select{   
    width : 300px !important;   
}*/ 
.bigdrop {
    width: 500px !important;
}
.GradientRedButton
{
    color:white;
    width:80px;
    height:34px;
    font-size:14px;
    border-radius:5px;
    background-image: linear-gradient(90deg,#f45a69 0%,#d43141 100%),linear-gradient(#d32c3c,#d32c3c);
	background-blend-mode: normal,normal;
}
.GradientRedButton:hover{
    background-image: linear-gradient(90deg,#ff6e7c 0%,#e34151 100%),linear-gradient(#d43141,#d43141);
}
#topTitle{
    background-color:#ffffff;
    width:100%;
    z-index:10;
}
#topTitle[data-fixed]{
    position:fixed;
    top:0;
    left:0;
    margin:0;
    z-index:10;
}

.place-polish {
    width: 97%;
    /*overflow: hidden;*/
    color: #333333;
    font-size: 14px;
    margin-bottom: 30px;
}
.place-polish .padding-lr{
    width: 70px;
    margin-right: 22px;
    display: inline-block;
    float: left;
    line-height:30px;
    vertical-align: top;
}

.place-polish .padding-lr b {
    width: 9px;
    height: 9px;
    position: relative;
    bottom: 2px;
    left: 5px;
}

.polishOrderSelect {
    border:1px solid #CACACA;
    height:34px;
    width:520px;
    color:#666666;
    float:left;
    border-radius:4px;
    padding-left:10px;
    background:url("/images/icon_arrow_down_black.png") no-repeat scroll 500px center transparent !important;
}

.polishOrderSelect optgroup{
    background-color:#eeeeee;
    height:40px;
    line-height:40px;
}

.polishOrderSelect option{
    height:40px;
    line-height:40px;
    padding-left:20px;
}

.GradientsRed{
    border:none !important;
    background-image: linear-gradient(90deg,#f45a69 0%,#d43141 100%),linear-gradient(#d43141,#d43141) !important;
    background-blend-mode: normal,normal !important;
}
.GradientsRed:hover{
    background-image: linear-gradient(90deg,#ff6e7c 0%,#e34151 100%),linear-gradient(#d43141,#d43141) !important;
}

.marginCenter{
    margin:0 auto;
    width: 1200px;
}
.beijing_01{
    margin:0 auto;
    /* max-width: 1920px; */
    height: 1162px;
    background:url('/images/beijing_01.png') no-repeat center;
    background-color: #FFFFFF;
}
.cooperativeUnit{
    padding: 61px 0 29px;
    height: 18px;
    text-align: center;
}
.cooperativeUnit .tese_zuo{
    float: left;
    width: 120px;
    height: 18px;
    background:url('/images/tese_zuo.png') no-repeat center;
}
.cooperativeUnit .center{
    float: left;
    width: 960px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.cooperativeUnit .center .dian{
    display:inline-block;
    margin:0 6px;
    width: 5px;
    height: 5px;
    background-color: #D32C3D;
    border-radius:6px;
    vertical-align: middle;
    text-shadow: 0px 0px 4px rgba(255,255,255,0.54);
}
.cooperativeUnit .tese_you{
    float: left;
    width: 120px;
    height: 18px;
    background:url('/images/tese_you.png') no-repeat center;
}
.homeShadowGroupNew{
    height: 492px;
    font-weight: 400;
    color: #666666;
    text-align:center;
}
.homeShadowGroupNew .homeShadowBoxNew{
    float: left;
    margin-right:10px;
    padding: 42px 20px 30px;
    width: 292px;
    height: 492px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 5px 18px 0px rgba(137,154,176,0.18);
    border-radius: 5px;
}
.homeShadowGroupNew .homeShadowBoxNew:last-child{
    margin-right: 0px;
}
.homeShadowGroupNew .homeShadowBoxNew .bigFont{
    font-size: 22px;
    line-height:22px;
    font-weight: bold;
    color: #333333;
}
.homeShadowGroupNew .descriptionOne {
    margin-top: 27px;
    font-size: 16px;
    line-height:16px;
}
.homeShadowGroupNew .homeShadowBoxNew .unitPrice{
    padding:0 4px;
    font-size: 28px;
    line-height: 28px;
    color: #D32C3D;
}
.homeShadowBoxNew .descriptionTwo{
    padding: 32px 20px 29px;
    height: 117px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    border-bottom:1px solid #EEEEEE;
}
.homeShadowBoxNew  .lr{
    padding-left: 10px;
    padding-right: 10px;
}
.homeShadowBoxNew .descriptionTwo div{
    float: left;
    margin-bottom: 17px;
    line-height:16px;
    text-align:left;
}
.homeShadowBoxNew .descriptionTwo div img{
    margin-right:7px;
   /*  width: 16px;
    height: 16px; */
   /*  border-radius:16px; */
   vertical-align: top;
}
.homeShadowBoxNew .descriptionTwo div:nth-child(even){
    float: right;
}
.homeShadowBoxNew .descriptionThree {
    margin-top:27px;
    color: #666666;
    font-size: 14px;
    line-height:14px;
    /* height: 154px; */
}                   
.homeShadowBoxNew .descriptionThree div{
    float: left;
    margin-left:33px;
}                   
.homeShadowBoxNew .descriptionThree .margin{
    margin-left:0;
    margin-bottom:0;
}                   
.descriptionThree div img{
    /* width: 30px;
    height: 30px; */
}                   
.descriptionThree div span{
    display:block;
    margin:4px 0 24px;
    width: 56px;
}                   
.homeShadowBoxNew a input {
    margin-top: 40px;
    width: 180px;
    height: 46px;
    font-size:18px;
    color: #fff;
    background: linear-gradient(90deg, #D43141, #F45A69) !important;
    border-radius: 5px;
}
.classificationTitle{
    font-size: 40px;
    line-height: 40px;
    color: #333333;
    text-align:center;
}

.classificationTitle:after{
    margin:30px auto 0;
    display: block;
    content: "";
    width: 40px;
    height: 4px;
    background: #D32C3D;
}
.customerExclusive{
    margin-top: 60px;
    text-align:center;
}
.customerExclusive .pictureAndText{
    padding: 49px 66px 0;
    /* height: 323px; */
}
.pictureAndText .textBox{
    float: left;
    width: 287px;
}
.pictureAndText .textBox:nth-child(2){
    margin: 0px 98px;
    width: 298px;
}
.pictureAndText .textBox img{
    width: 108px;
    height: 108px;
}
.pictureAndText .textBox div{
    margin:39px 0 18px;
    font-size: 20px;
    line-height:20px;
    color: #333333;
}
.pictureAndText .textBox div span{
    font-size: 24px;
    line-height:24px;
    color: #D32C3D;
}
.pictureAndText .textBox p{
    font-size: 16px;
    color: #666666;
}
.customerExclusive a input {
    margin-top:39px;
    width: 210px;
    height: 46px;
    font-size: 18px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #D43141, #F45A69) !important;
    border-radius: 5px;
}
.beijing_02{
    padding-top:35px;
    height: 568px;
    background: #F1F4F9;
}
.beijing_02 .all{
    margin:32px 0 14px;
    font-size: 14px;
    line-height:14px;
    text-align: right;
    color: #666666;
    cursor: pointer;
}
.classroom .roomBox{
    float: left;
    margin-left:21px;
    width: 284px;
    height: 348px;
    background: #FFFFFF;
    box-shadow: 0px 5px 18px 0px rgba(137,154,176,0.18);
    border-radius: 2px;
}
.classroom .roomBox:first-child{
    margin-left:0px;
}
.classroom .roomBox img{
    width: 284px;
    height: 176px;
    background: #B0B0B0;
    border-radius: 2px 2px 0px 0px;
}
.classroom .roomBox .roomTitle{
    margin:19px 0 24px 10px;
    width: 234px;
    height: 18px;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
}
.classroom .roomBox p{
    margin-left:10px;
    width: 252px;
    height: 35px;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    /* overflow: hidden; */
}
.classroom a input {
    margin-top:24px;
    width: 110px;
    height: 32px;
    font-size: 14px;
    background: linear-gradient(90deg, #D43141, #F45A69) !important;
    border-radius: 4px;
}
.beijing_03{
    margin:0 auto;
    padding-top:60px;
    height: 580px;
    background:url('/images/beijing_02.png') no-repeat center;
    background-color: #F6F9FC;
}
.beijing_03 .aboutUs img{
    float: left;
    width: 780px;
    height: 460px;
    background: #000000;
    box-shadow: 0px 10px 11px 0px rgba(0,0,0,0.06);
    border-radius: 4px;
}
.beijing_03 .aboutUs .aboutBox{
    float: left;
    margin-left:24px;
    width: 387px;
}
.beijing_03 .aboutUs .classificationTitle:after{
    margin-top:22px;
}
.beijing_03 .aboutUs .aboutBox p{
    margin-top:36px;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    text-indent: 2em;
}

.beijing_04{
    padding-top:60px;
    height: 723px;
    background: #FFFFFF;
}
.classificationTitle p{
    padding-top:16px;
    font-size: 19px;
    line-height:19px;
    color: #999999;
}
.beijing_04 .scheme .tabTitle{
    /* position: absolute; */
    padding: 27px 0 0 62px;
    border-bottom:1px solid #D1D9E7;
}
.scheme .tabTitle ul li{
    position: relative;
    bottom: -1px;
    display: inline-block;
    margin: 0 32px;
    padding: 16px 15px;
    font-size: 18px;
    line-height: 18px;
    color: #666666;
    cursor: pointer;
}
.scheme .tabTitle ul .tabActive{
    color: #D32C3D;
    border-bottom: 1px solid #D32C3D;
}
.scheme .tabBox{
    padding:20px 50px 0;
}
.scheme .tabBox .tab{
    height: 300px;
    font-size: 14px;
    line-height:14px;
}
.scheme .tab .tabLeft{
    float: left;
    width: 400px;
}
.tab .tabLeft h3{
    margin-top:42px;
    font-size: 26px;
    line-height:26px;
    color: #333333;
}
.tab .tabLeft .label{
    margin-top:19px;
    padding-bottom:20px;
    color: #999999;
    border-bottom: 1px dashed #D1D9E7;
}
.tab .tabLeft .label span{
    display: inline-block;
    margin: 0 6px 10px 0;
    padding: 6px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
}
.tab .tabLeft .label div{
    margin-bottom: 12px;
    line-height: 14px;
}
.tab .tabLeft .label div:last-child{
    margin-bottom: 0;
}
.tab .tabLeft .label div i{
    display: inline-block;
    margin-right: 5px;
    width: 4px;
    height: 4px;
    background: #D32C3D;
    vertical-align: middle;
}
.tab .tabLeft .slogan {
    color: #666666;
}
.tab .tabLeft .slogan div{
    float: left;
    margin-top:28px;
    min-width: 200px;
    line-height: 22px;
}
.tab .tabLeft .slogan .text{
    margin-top:28px;
    line-height: 18px;
    text-indent: 2em;
}
.tab .tabLeft .slogan img{
    margin-right:13px;
    /* width: 18px;
    height: 18px; */
    vertical-align: top;
}
.tab .tabLeft .slogan p{
    margin-bottom:13px;
    font-size: 42px;
    font-family: DIN;
    font-weight: 500;
    line-height:42px;
    color: #D32C3D;
}
.tab .tabLeft .slogan p span{
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    color: #D32C3D;
    vertical-align: top;
}
.scheme .tab .tabRight{
    float: right;
}
.scheme .tab .tabRight img{
    width: 580px;
    height: 300px;
    border-radius: 4px;
}
.buttonBox{
    text-align:center;
}
.buttonBox input{
    width: 180px;
    height: 46px;
    font-size: 18px;
    color: #D32C3C;
    background-color:#fff !important;
    border: 1px solid #D32C3C;
    border-radius: 5px;
}
.buttonBox a:last-child input{
    margin-left:20px;
    color: #fff;
    background: linear-gradient(90deg, #D43141, #F45A69) !important;
}
.beijing_05{
    margin:0 auto;
    padding-top:60px;
    height: 726px;
    background:url('/images/beijing_03.png') no-repeat center;
}
.beijing_05 .data{
    margin-top:40px;
    padding: 0 64px 0 82px;
    height: 373px;
}
.beijing_05 .data .dataLeft{
    float: left;
    padding-top:24px;
    width: 593px;
    font-size: 18px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #666666;
    line-height:18px;
}
.beijing_05 .data .dataLeft div{
    float: left;
    width: 320px;
}
.beijing_05 .data .dataLeft .divMargin{
    margin:68px 0 58px;
}
.beijing_05 .data .dataLeft div:nth-child(even){
    width: 273px;
}
.beijing_05 .data .dataLeft p{
    margin-bottom:10px;
    font-size: 42px;
    font-family: DIN;
    font-weight: 500;
    color: #D32C3D;
    line-height:42px;
}
.beijing_05 .data .dataLeft p span{
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    color: #D32C3D;
    vertical-align: top;
}
.beijing_05 .data .dataRight{
    float: left;
    width: 447px;
}
.data .dataRight .box{
    width: 447px;
    height: 111px;
    background: #FFFFFF;
    box-shadow: 0px 5px 18px 0px rgba(137,154,176,0.1);
    border-radius: 4px;
}
.data .dataRight .box div{
    float: left;
}
.data .dataRight .box .imgBox{
    width: 100px;
    height: 111px;
}
.data .dataRight .box img{
    display:block;
    margin:24px auto 0;
}
.data .dataRight .box .textBox{
    font-size: 14px;
    color: #666666;
    line-height:14px;
}
.data .dataRight .box .textBox p{
    margin:30px 0 14px;
    font-size: 18px;
    color: #333333;
    line-height:18px;
}
.HomePartners{
    margin:0 auto;
    padding-top:60px;
    height: 547px;
    background:url('/images/beijing_04.png') no-repeat center;
}
.HomePartners .PartnersDetail{
    margin-top:60px;
}